rev 10901 - people/modax/copyright-helper/trunk

Modestas Vainius modax-guest at alioth.debian.org
Mon Jun 9 10:47:06 UTC 2008


Author: modax-guest
Date: 2008-06-09 10:47:06 +0000 (Mon, 09 Jun 2008)
New Revision: 10901

Modified:
   people/modax/copyright-helper/trunk/copyright-helper.pl
Log:
missing ;

Modified: people/modax/copyright-helper/trunk/copyright-helper.pl
===================================================================
--- people/modax/copyright-helper/trunk/copyright-helper.pl	2008-06-09 10:46:14 UTC (rev 10900)
+++ people/modax/copyright-helper/trunk/copyright-helper.pl	2008-06-09 10:47:06 UTC (rev 10901)
@@ -27,7 +27,7 @@
 
 # Proper utf8 support
 use open ":encoding(utf8)";
-binmode STDOUT, ":utf8"
+binmode STDOUT, ":utf8";
 use utf8;
 
 my $max_header = 70;




More information about the pkg-kde-commits mailing list