Remove UNUSED
[irspy-moved-to-github.git] / Makefile.PL
index fc86dc4..3a25dbb 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.7 2006-10-26 13:39:13 sondberg Exp $
+# $Id: Makefile.PL,v 1.10 2006-12-11 11:05:00 sondberg Exp $
 
 use 5.008;
 use ExtUtils::MakeMaker;
@@ -8,10 +8,10 @@ WriteMakefile(
     NAME              => 'ZOOM::IRSpy',
     VERSION_FROM      => 'lib/ZOOM/IRSpy.pm', # finds $VERSION
     PREREQ_PM         => {
-       Net::Z3950::ZOOM => 1.13,
+       Net::Z3950::ZOOM => 1.16,
        XML::LibXML::XPathContext => 0.07, # For Web UI
-        XML::LibXML => 1.59,
-        XML::LibXSLT => 1.59,
+        XML::LibXML => 1.58,
+        XML::LibXSLT => 1.57,
        URI::Escape => 3.28, # For Web UI
     },
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005