Fixup limit syntax finding for DB2
[dbsrgits/DBIx-Class-Historic.git] / t / 03podcoverage.t
index 77460de..aacbf18 100644 (file)
@@ -4,7 +4,7 @@ eval "use Test::Pod::Coverage 1.04";
 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
-my @modules = sort { $a cmp $b } (all_modules());
+my @modules = sort { $a cmp $b } (Test::Pod::Coverage::all_modules());
 plan tests => scalar(@modules);
 
 # Since this is about checking documentation, a little documentation
@@ -75,7 +75,7 @@ my $exceptions = {
 foreach my $module (@modules) {
   SKIP:
     {
-        skip "No real methods", 1 if ($exceptions->{$module}{skip});
+        skip "$module - No real methods", 1 if ($exceptions->{$module}{skip});
 
         # build parms up from ignore list
         my $parms = {};