[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.75,1.76"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Apr 18 08:36:06 UTC 2007


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv23524/lib/Locale/Po4a

Modified Files:
	Po.pm 
Log Message:
Really fix the undefined $VERSION value.


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Po.pm	16 Apr 2007 19:40:44 -0000	1.75
+++ Po.pm	18 Apr 2007 08:36:04 -0000	1.76
@@ -76,6 +76,7 @@
 @EXPORT = qw(%debug);
 @EXPORT_OK = qw(&move_po_if_needed);
 
+use Locale::Po4a::TransTractor;
 # Try to use a C extension if present.
 eval("bootstrap Locale::Po4a::Po $Locale::Po4a::TransTractor::VERSION");
 




More information about the Po4a-commits mailing list