From: Peter Rabbitson Date: Wed, 24 Apr 2013 01:45:19 +0000 (+0200) Subject: Bump minimum Test::Pod Dependency X-Git-Tag: v0.08250~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=cbb19edf315a68456878ac0fa70608f7f61e8597 Bump minimum Test::Pod Dependency In 47589465 we started feeding dirs to all_pod_files_ok - only Test::Pod 1.42 understands that --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index 6af4221..16f88be 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -164,7 +164,7 @@ my $reqs = { test_pod => { req => { - 'Test::Pod' => '1.41', + 'Test::Pod' => '1.42', }, },