r55955 - /scripts/patchedit

potyl-guest at users.alioth.debian.org potyl-guest at users.alioth.debian.org
Sun Apr 11 14:50:17 UTC 2010


Author: potyl-guest
Date: Sun Apr 11 14:50:06 2010
New Revision: 55955

URL: http://svn.debian.org/wsvn/?sc=1&rev=55955
Log:
Print to STDOUT/STDERR in UTF-8

Modified:
    scripts/patchedit

Modified: scripts/patchedit
URL: http://svn.debian.org/wsvn/scripts/patchedit?rev=55955&op=diff
==============================================================================
--- scripts/patchedit (original)
+++ scripts/patchedit Sun Apr 11 14:50:06 2010
@@ -108,7 +108,7 @@
 use DateTime;
 use List::MoreUtils 'none';
 
-use open ':encoding(UTF-8)';
+use open ':std', ':encoding(UTF-8)';
 
 our @standard_fields = qw(
 	Description




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