[Po4a-commits] po4a MANIFEST,1.18,1.19 Build.PL,1.15,1.16

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Sat, 05 Feb 2005 00:00:23 +0000


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv19203

Modified Files:
	MANIFEST Build.PL 
Log Message:
Adapt the environment to work with the Common module


Index: MANIFEST
===================================================================
RCS file: /cvsroot/po4a/po4a/MANIFEST,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- MANIFEST	27 Aug 2004 20:19:59 -0000	1.18
+++ MANIFEST	5 Feb 2005 00:00:20 -0000	1.19
@@ -14,6 +14,7 @@
 doc/addendum.it
 doc/po4a.7.pod
 lib/Locale/Po4a/Chooser.pm
+lib/Locale/Po4a/Common.pm
 lib/Locale/Po4a/KernelHelp.pm
 lib/Locale/Po4a/Man.pm
 lib/Locale/Po4a/Po.pm

Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Build.PL	23 Dec 2004 13:37:17 -0000	1.15
+++ Build.PL	5 Feb 2005 00:00:21 -0000	1.16
@@ -250,7 +250,7 @@
   ( module_name => 'po4a',
       license => 'gpl',
       dist_version_from => 'lib/Locale/Po4a/TransTractor.pm', # finds $VERSION
-      requires => {'Locale::gettext' => '1.01',
+      requires => {'Locale::gettext' => '1.01', 'Text::WrapI18N' => 0,
 	  'SGMLS' => 0},
       script_files => ['po4a-gettextize', 'po4a-updatepo',
 	  'po4a-translate', 'po4a-normalize', 'po4a'],