X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=db5b0d0ca1dabcd093533346c38f50e894632db6;hb=2f3e2859f808b36025b16f97d09b784a9afb239d;hp=f2c7245671405fde1f6243019e12f7b1281ef663;hpb=06b97dd8ca8e6659d0be97da64a8318793bf530c;p=perl-pqf.git diff --git a/Makefile.PL b/Makefile.PL index f2c7245..db5b0d0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.5 2007-11-27 17:11:29 mike Exp $ +# $Id: Makefile.PL,v 1.6 2007-11-27 22:19:51 mike Exp $ use 5.006; use ExtUtils::MakeMaker; @@ -9,6 +9,9 @@ WriteMakefile( 'NAME' => 'Net::Z3950::PQF', 'VERSION_FROM' => 'lib/Net/Z3950/PQF.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 + clean => { FILES => "build-stamp install-stamp debian/files " . + "debian/libnet-z3950-pqf-perl " . + "debian/libnet-z3950-pqf-perl.substvars" }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (AUTHOR => 'Mike Taylor ') : ()), );