X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=5958ba16fbadb123a64d541e19ad4b9276dd5c8f;hp=d8ad6721777c23d5200ca4c73c59c0620c27c7c5;hb=5e584b90a4a4909854991ae14277f0642dd82b2e;hpb=ac0ba2c33863cf90575eb106243006419db9151d diff --git a/Makefile.PL b/Makefile.PL index d8ad672..5958ba1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,3 @@ -# $Id: Makefile.PL,v 1.13 2007-03-07 22:15:39 mike Exp $ use 5.008; use strict; @@ -25,7 +24,7 @@ WriteMakefile( NAME => 'ZOOM::IRSpy', VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION PREREQ_PM => { - "Net::Z3950::ZOOM" => 1.18, + "Net::Z3950::ZOOM" => 1.19, "XML::LibXML::XPathContext" => 0.07, # For Web UI "XML::LibXML" => 1.58, "XML::LibXSLT" => 1.57, @@ -34,6 +33,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/ZOOM/IRSpy.pm', # retrieve abstract from module AUTHOR => 'Mike Taylor ') : ()), + EXE_FILES => [ 'bin/irspy.pl', 'bin/irspy-dump.pl' ], );