From: Karen Etheridge Date: Wed, 1 Oct 2014 04:33:13 +0000 (-0700) Subject: be honest about using File::Spec X-Git-Tag: v0.001001~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flib-with-preamble.git;a=commitdiff_plain;h=4686b8410dfccc0e567bbe66c6c62f378299b460 be honest about using File::Spec --- diff --git a/Makefile.PL b/Makefile.PL index cfc4d6d..ec0dc6a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,5 +8,8 @@ WriteMakefile( NAME => 'lib-with-preamble', VERSION_FROM => 'lib/lib/with/preamble.pm', PM_FILTER => 'perl my/filter', - PREREQ_PM => { 'PerlIO::via::dynamic' => 0.02 }, + PREREQ_PM => { + 'PerlIO::via::dynamic' => '0.02', + 'File::Spec' => '0', + }, );