From 71c2d3a37ab093113f224a727387ca41d620393b Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 31 Oct 2007 13:37:53 -0500 Subject: [PATCH] updating install dependancies HTML::Template is not necessary anymore (replaced by H::T::Pro) Net::Z3950, Net::Z3950 and ZOOM are the same. ZOOM being the preffered package name Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- Makefile.PL | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index d0dad8cc54..b36f4b8cdb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -109,7 +109,6 @@ WriteMakefile( 'GD::Barcode::UPCE' => 1.1, 'Getopt::Long' => 2.35, 'Getopt::Std' => 1.05, -'HTML::Template' => 2.8, 'HTML::Template::Pro' => 0.65, 'HTTP::Cookies' => 1.39, 'HTTP::Request::Common' => 1.26, @@ -124,8 +123,6 @@ WriteMakefile( 'MIME::Base64' => 3.07, 'MIME::QuotedPrint' => 3.07, 'Mail::Sendmail' => 0.79, -'Net::Z3950' => 0, -'Net::Z3950::ZOOM' => 1.16, 'PDF::API2' => 2.000, 'PDF::API2::Page' => 2.000, 'PDF::API2::Util' => 2.000, @@ -147,7 +144,7 @@ WriteMakefile( 'XML::SAX::ParserFactory' => 1.01, 'XML::Simple' => 2.14, 'XML::RSS' => 1.31, -'ZOOM' => 0, +'ZOOM' => 1.16, }, # File tree mapping -- 2.39.5