Default context set is "net" (not "zeerex")
[irspy-moved-to-github.git] / Makefile.PL
1 # $Id: Makefile.PL,v 1.1 2006-04-13 14:53:17 mike Exp $
2
3 use 5.008;
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.
7 WriteMakefile(
8     NAME              => 'Net::Z3950::IRSpy',
9     VERSION_FROM      => 'lib/Net/Z3950/IRSpy.pm', # finds $VERSION
10     PREREQ_PM         => {
11         Net::Z3950::ZOOM => 1.04,
12     },
13     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
14       (ABSTRACT_FROM  => 'lib/Net/Z3950/IRSpy.pm', # retrieve abstract from module
15        AUTHOR         => 'Mike Taylor <mike@indexdata.com>') : ()),
16 );