From: Peter Rabbitson Date: Mon, 9 Apr 2012 04:58:41 +0000 (+0200) Subject: Bump Moo deps X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d4a39575216302461a304c8c5211109ffb9d39f0;p=dbsrgits%2FDBIx-Class-Historic.git Bump Moo deps --- diff --git a/Makefile.PL b/Makefile.PL index dd4d412..a88f64e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,6 +41,9 @@ my $runtime_requires = { # FIXME - temporary, needs throwing out for something more efficient 'Data::Compare' => '1.22', + # Moo does not yet depend on this higher version + 'strictures' => '1.003001', + # DBI itself should be capable of installation and execution in pure-perl # mode. However it has never been tested yet, so consider XS for the time # being @@ -59,7 +62,7 @@ my $runtime_requires = { 'Data::Dumper::Concise' => '2.020', 'Data::Page' => '2.00', 'Hash::Merge' => '0.12', - 'Moo' => '0.009013', + 'Moo' => '0.009014', 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'namespace::clean' => '0.20',