[Po4a-commits] "po4a/lib/Locale/Po4a Common.pm,1.12,1.13"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Nov 2 00:15:12 UTC 2005


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv12513/lib/Locale/Po4a

Modified Files:
	Common.pm 
Log Message:
The scalar $_[1] is not to be shifted but returned.
Now the debian package build without libtext-wrapi18n-perl!


Index: Common.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Common.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Common.pm	2 Nov 2005 00:09:35 -0000	1.12
+++ Common.pm	2 Nov 2005 00:15:10 -0000	1.13
@@ -199,7 +199,7 @@
            sub bindtextdomain($$) { }
            sub textdomain($) { }
            sub gettext($) { shift }
-           sub dgettext($$) { shift $_[1] }
+           sub dgettext($$) { return $_[1] }
        '
     }
 }




More information about the Po4a-commits mailing list