Bump minimum Test::Pod Dependency
Peter Rabbitson [Wed, 24 Apr 2013 01:45:19 +0000 (03:45 +0200)]
In 47589465 we started feeding dirs to all_pod_files_ok - only Test::Pod 1.42
understands that

lib/DBIx/Class/Optional/Dependencies.pm

index 6af4221..16f88be 100644 (file)
@@ -164,7 +164,7 @@ my $reqs = {
 
   test_pod => {
     req => {
-      'Test::Pod'                 => '1.41',
+      'Test::Pod'                 => '1.42',
     },
   },