Installer perl package checking
authorPaul POULAIN <paul@koha-fr.org>
Tue, 18 Sep 2007 16:38:24 +0000 (18:38 +0200)
committerChris Cormack <crc@liblime.com>
Tue, 18 Sep 2007 20:05:33 +0000 (15:05 -0500)
- Data::Random is not necessary. I don't have it & have no problems
- HTML::Tree was used in the 1st versions of the translator. I don't have it installed, it is useless now

Signed-off-by: Chris Cormack <crc@liblime.com>
Makefile.PL

index 54e515c..28f3d1b 100644 (file)
@@ -102,7 +102,6 @@ WriteMakefile(
 'DBD::mysql' => 3.0008,
 'DBI' => 1.53,
 'Data::Dumper' => 2.121_08,
-'Data::Random' => 0.05,
 'Date::Calc' => 5.4,
 'Date::Manip' => 5.44,
 'Digest::MD5' => 2.36,
@@ -113,7 +112,6 @@ WriteMakefile(
 'Getopt::Std' => 1.05,
 'HTML::Template' => 2.8,
 'HTML::Template::Pro' => 0.65,
-'HTML::Tree' => 3.1901,
 'HTTP::Cookies' => 1.39,
 'HTTP::Request::Common' => 1.26,
 'LWP::Simple' => 1.41,