r3164 - in /packages/libtext-csv-perl/trunk: CSV_XS.pm debian/changelog debian/control

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Jun 22 20:23:51 UTC 2006


Author: gwolf
Date: Thu Jun 22 20:23:50 2006
New Revision: 3164

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3164
Log:
Closing bug #360501 by a small documentation addition

Modified:
    packages/libtext-csv-perl/trunk/CSV_XS.pm
    packages/libtext-csv-perl/trunk/debian/changelog
    packages/libtext-csv-perl/trunk/debian/control

Modified: packages/libtext-csv-perl/trunk/CSV_XS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-csv-perl/trunk/CSV_XS.pm?rev=3164&op=diff
==============================================================================
--- packages/libtext-csv-perl/trunk/CSV_XS.pm (original)
+++ packages/libtext-csv-perl/trunk/CSV_XS.pm Thu Jun 22 20:23:50 2006
@@ -440,6 +440,9 @@
 You may use the I<types()> method for setting column types. See the
 description below.
 
+Please note that if you expect your file to contain non-base-ASCII characters
+(this means, any accented or UTF8 character), you should set the C<binary>
+attribute to C<true>, otherwise the line will not be parsed.
 
 =item getline
 

Modified: packages/libtext-csv-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-csv-perl/trunk/debian/changelog?rev=3164&op=diff
==============================================================================
--- packages/libtext-csv-perl/trunk/debian/changelog (original)
+++ packages/libtext-csv-perl/trunk/debian/changelog Thu Jun 22 20:23:50 2006
@@ -1,3 +1,11 @@
+libtext-csv-perl (0.23-7) unstable; urgency=low
+
+  * Added paragraph in man page suggesting the use of the 'binary'
+    attribute when expecting non-ASCII input (Closes: #360501)
+  * Upgraded standards-version to 3.7.2, no changes needed
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 22 Jun 2006 15:22:41 -0500
+
 libtext-csv-perl (0.23-6) unstable; urgency=low
 
   * Make 'perldoc Text::CSV' work too. (Closes: #360502)

Modified: packages/libtext-csv-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-csv-perl/trunk/debian/control?rev=3164&op=diff
==============================================================================
--- packages/libtext-csv-perl/trunk/debian/control (original)
+++ packages/libtext-csv-perl/trunk/debian/control Thu Jun 22 20:23:50 2006
@@ -3,7 +3,7 @@
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
 Section: perl
 Priority: optional
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5), perl (>> 5.8.1)
 
 Package: libtext-csv-perl




More information about the Pkg-perl-cvs-commits mailing list