From: Matt S Trout Date: Thu, 28 Nov 2013 21:58:05 +0000 (+0000) Subject: add missing deps for DQ bundle X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=32e01bb638aec70b5d0340fd42b466d9c766a038;p=dbsrgits%2FDBIx-Class.git add missing deps for DQ bundle --- diff --git a/Makefile.PL b/Makefile.PL index 896b335..95d1d5e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -103,7 +103,7 @@ my $runtime_requires = { 'Data::Page' => '2.00', 'Devel::GlobalDestruction' => '0.09', 'Hash::Merge' => '0.12', - 'Moo' => '1.000006', + 'Moo' => '1.003000', 'MRO::Compat' => '0.12', 'Module::Find' => '0.07', 'namespace::clean' => '0.24', @@ -116,6 +116,10 @@ my $runtime_requires = { # by the MySQL codepath. However this particular version is bundled # since 5.10.0 and is a pure-perl module anyway - let it slide 'Text::Balanced' => '2.00', + + # deps for Data::Query + 'SQL::ReservedWords' => '0.8', + 'Safe::Isa' => '1.000003', }; my $build_requires = {