5adc5a8fa6c2b9918010c951a126f9d16a0e17c1
[perl-pqf.git] / Makefile.PL
1 # $Id: Makefile.PL,v 1.2 2004-12-17 12:58:35 mike Exp $
2
3 use 5.006;
4 use ExtUtils::MakeMaker;
5
6 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
7 # the contents of the Makefile that is written.
8 WriteMakefile(
9     'NAME'              => 'Net::Z3950::PQF',
10     'VERSION_FROM'      => 'PQF.pm', # finds $VERSION
11     'PREREQ_PM'         => {}, # e.g., Module::Name => 1.1
12     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
13       (AUTHOR     => 'Mike Taylor <mike@indexdata.com>') : ()),
14 );