X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=566e77149ccfb1c8caf5331ede15f76f407d942a;hb=named_variants;hp=1962edbc6443149a51d90312ba19e291a06c8886;hpb=a206c5e94967aedc8750fe6d094872a8422d4178;p=p5sagit%2FPackage-Variant.git diff --git a/Makefile.PL b/Makefile.PL index 1962edb..566e771 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,13 +5,13 @@ my %META = ( name => 'Package-Variant', prereqs => { test => { requires => { - 'Test::Fatal' => 0, + 'Test::Fatal' => '0', }, }, runtime => { requires => { - 'perl' => 5.006, - 'strictures' => 1, - 'Carp' => 0, - 'Import::Into' => 1, + 'perl' => '5.006', + 'strictures' => '1.000000', + 'Carp' => '0', + 'Import::Into' => '1.000000', 'Module::Runtime' => '0.013', }, }, }, @@ -29,8 +29,6 @@ my %META = ( }, }, no_index => { directory => [ 't', 'xt', ], package => [ 'string' ] }, - - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my %MM_ARGS = ();