Package: libxml-csv-perl Version: 0.15-8 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
* Grammer Fix ("allows to create your own" >> "allows you to create your own") Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.5.3-030503-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2008-06-20 23:56:35 +0000 +++ debian/control 2012-09-03 22:13:10 +0000 @@ -20,5 +20,5 @@ This module provides functions to easily transform CSV documents into XML. The module uses Text::CSV_XS to parse csv files and put into perl data structure. The perl data structure is then written into - xml data structure. XML::CSV allows to create your own Text::CSV_XS + xml data structure. XML::CSV allows you to create your own Text::CSV_XS object with defaults that fit your needs or just use defaults.