X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=adbd004c33d901c6db25b1f13e2a281506f06a43;hb=b7c7995572f865613e5a1907189ac23d8b52c690;hp=81517183ae149b998b676208400a1c0489c1061c;hpb=7f6f5b6903a37eb52b4e08398ac4ce64ce35f8e1;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 8151718..adbd004 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,7 @@ requires 'MRO::Compat' => '0.09'; requires 'Module::Find' => '0.06'; requires 'Path::Class' => '0.16'; requires 'Scope::Guard' => '0.03'; -requires 'SQL::Abstract' => '1.56'; +requires 'SQL::Abstract' => '1.58'; requires 'SQL::Abstract::Limit' => '0.13'; requires 'Sub::Name' => '0.04'; @@ -61,9 +61,15 @@ my %force_requires_if_author = ( %replication_requires, # 'Module::Install::Pod::Inherit' => '0.01', - 'Test::Pod::Coverage' => '1.04', 'SQL::Translator' => $sqlt_recommends, + # when changing also adjust version in t/02pod.t + 'Test::Pod' => '1.26', + + # when changing also adjust version in t/03podcoverage.t + 'Test::Pod::Coverage' => '1.08', + 'Pod::Coverage' => '0.20', + # CDBI-compat related 'DBIx::ContextualFetch' => '0', 'Class::DBI::Plugin::DeepAbstractSearch' => '0',