X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a0d0972959e6d0142eff256c5e458a011436c906;hb=3c778bc8c643bea346c0c64f50336932216e2c4f;hp=065f4ea26c15412f7b78812e90ef2b5409c82b5b;hpb=8bb35d2a05964030cbb9f1dcf1fca8f2ddb2fdc3;p=p5sagit%2FPackage-Variant.git diff --git a/Makefile.PL b/Makefile.PL index 065f4ea..a0d0972 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' => '2.000000', + 'Carp' => '0', + 'Import::Into' => '1.000000', 'Module::Runtime' => '0.013', }, }, },