[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.67,1.68"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Thu Nov 30 15:15:13 CET 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv11492/lib/Locale/Po4a
Modified Files:
Po.pm
Log Message:
Po.pm did not export anything. Now it exports move_po_if_needed, which can
be used in po4a in a simplier way.
Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Po.pm 30 Oct 2006 23:06:17 -0000 1.67
+++ Po.pm 30 Nov 2006 14:15:11 -0000 1.68
@@ -70,15 +70,15 @@
use Locale::Po4a::TransTractor;
use Locale::Po4a::Common qw(wrap_msg wrap_mod wrap_ref_mod dgettext);
+use subs qw(makespace);
+use vars qw(@ISA @EXPORT_OK);
+ at ISA = (Exporter);
+ at EXPORT_OK = qw(move_po_if_needed);
+
use 5.006;
use strict;
use warnings;
-use subs qw(makespace);
-use vars qw(@ISA @EXPORT);
- at ISA = ();
- at EXPORT = qw(read write write_if_needed gettext);
-
use Carp qw(croak);
use File::Path; # mkdir before write
use File::Copy; # move
More information about the Po4a-commits
mailing list