[Po4a-commits] po4a Build.PL,1.20,1.21
Jordi Vilalta
po4a-devel@lists.alioth.debian.org
Sun, 06 Mar 2005 09:26:24 +0000
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv327
Modified Files:
Build.PL
Log Message:
Add the Term::ReadKey dependency in Build.PL
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Build.PL 27 Feb 2005 22:56:00 -0000 1.20
+++ Build.PL 6 Mar 2005 09:26:22 -0000 1.21
@@ -254,7 +254,7 @@
license => 'gpl',
dist_version_from => 'lib/Locale/Po4a/TransTractor.pm', # finds $VERSION
requires => {'Locale::gettext' => '1.01', 'Text::WrapI18N' => 0,
- 'SGMLS' => 0},
+ 'SGMLS' => 0, 'Term::ReadKey' => 0},
script_files => ['po4a-gettextize', 'po4a-updatepo',
'po4a-translate', 'po4a-normalize', 'po4a'],
add_to_cleanup => ['t/tmp','messages.mo', 'blib', 'html',