1 # $Id: Makefile.PL,v 1.8 2006-11-02 14:59:02 mike Exp $
4 use ExtUtils::MakeMaker;
5 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
6 # the contents of the Makefile that is written.
9 VERSION_FROM => 'lib/ZOOM/IRSpy.pm', # finds $VERSION
11 Net::Z3950::ZOOM => 1.13,
12 XML::LibXML::XPathContext => 0.07, # For Web UI
15 URI::Escape => 3.28, # For Web UI
17 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
18 (ABSTRACT_FROM => 'lib/ZOOM/IRSpy.pm', # retrieve abstract from module
19 AUTHOR => 'Mike Taylor <mike@indexdata.com>') : ()),