version 1.0103
[p5sagit/Function-Parameters.git] / Makefile.PL
index 8713ef9..3b0cdc6 100644 (file)
@@ -16,6 +16,7 @@ WriteMakefile(
     LICENSE => 'perl',
     PL_FILES => {},
     BUILD_REQUIRES => {
+        'constant' => 0,
         'strict' => 0,
         'Dir::Self' => 0,
         'Test::More' => 0,
@@ -28,7 +29,6 @@ WriteMakefile(
     },
     MIN_PERL_VERSION => '5.14.0',
     META_MERGE => {
-        'meta-spec' => { version => 2 },
         resources => {
             repository => {
                 url => 'git://git.shadowcat.co.uk/p5sagit/Function-Parameters',