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