# # $Id: Makefile.PL,v 1.2 2004/11/26 15:06:19 olaf Exp $ # use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Net::DNS::SEC::NSECepsilon', 'VERSION_FROM' => 'NSECepsilon.pm', 'PREREQ_PM' => { Net::DNS => 0.48_1, Net::DNS::SEC => 0.12_1, Net::DNS::Zone::Parser => 0.0, }, 'ABSTRACT' => 'NSEC plusminus epsilon implementation', 'AUTHOR' => 'Olaf M. Kolkman ', 'PM' => { 'NSECepsilon.pm' => '$(INST_LIBDIR)/NSECepsilon.pm', }, clean => {FILES => "*~ "} );