MSWin32 does not support -| $cmd @args: "List form of piped open not implemented"
[p5sagit/App-FatPacker.git] / Makefile.PL
index 0a91c74..746a243 100644 (file)
@@ -8,11 +8,18 @@ WriteMakefile(
   NAME => 'App::FatPacker',
   VERSION_FROM => 'lib/App/FatPacker.pm',
 
-  META_ADD => {
+  EXE_FILES => [
+    'bin/fatpack',
+  ],
+
+  META_MERGE => {
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git
       repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
       homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
     },
+    requires => {
+        perl => '5.008000',
+    },
   },
 );