be honest about using File::Spec
Karen Etheridge [Wed, 1 Oct 2014 04:33:13 +0000 (21:33 -0700)]
Makefile.PL

index cfc4d6d..ec0dc6a 100644 (file)
@@ -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',
+  },
 );