[Po4a-commits] po4a/lib/Locale/Po4a Common.pm,1.8,1.9

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Thu, 23 Jun 2005 15:42:39 +0000


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

Modified Files:
	Common.pm 
Log Message:
Remove unused load_config export (Francois Gouget)


Index: Common.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Common.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Common.pm	30 May 2005 07:00:34 -0000	1.8
+++ Common.pm	23 Jun 2005 15:42:37 -0000	1.9
@@ -24,7 +24,7 @@
 require Exporter;
 use vars qw(@ISA @EXPORT);
 @ISA = qw(Exporter);
-@EXPORT = qw(wrap_msg wrap_mod wrap_ref_mod textdomain gettext dgettext load_config);
+@EXPORT = qw(wrap_msg wrap_mod wrap_ref_mod textdomain gettext dgettext);
 
 use 5.006;
 use strict;