Date of v0.02
[perl-pqf.git] / Makefile.PL
1 # $Id: Makefile.PL,v 1.3 2004-12-17 13:44:47 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'      => 'lib/Net/Z3950/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 );