From: Karen Etheridge Date: Sat, 30 Aug 2014 15:54:49 +0000 (-0700) Subject: normalize versions X-Git-Tag: v1.003000~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=commitdiff_plain;h=f11ad9c91fdc553f1b814e4636861e75eb1ebd7d normalize versions --- diff --git a/Makefile.PL b/Makefile.PL index 065f4ea..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', }, }, },