RT#57811 remains open to resolve <5.8.0 issues
[p5sagit/App-FatPacker.git] / Makefile.PL
index 440dc37..721d8fc 100644 (file)
@@ -12,11 +12,14 @@ WriteMakefile(
     'bin/fatpack',
   ],
 
-  META_ADD => {
+  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.8.0,
+    },
   },
 );