X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a88f64e3f06974c86945501da7905a122be4fe1b;hb=d4a39575216302461a304c8c5211109ffb9d39f0;hp=dd4d412e9c053188fe793635561fb86412fac1f0;hpb=20beaf5fcd9bf0ee24805ee60013ad616e0f5363;p=dbsrgits%2FDBIx-Class.git 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',