X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=adbd004c33d901c6db25b1f13e2a281506f06a43;hb=b7c7995572f865613e5a1907189ac23d8b52c690;hp=dab13483d0f847e7be4b48fe3ace30951b30447e;hpb=e80ff1df17a06999dd3c5a686f20003c3ce4df41;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index dab1348..adbd004 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',