This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: tell the author where the problems db is located
authorKaren Etheridge <ether@cpan.org>
Fri, 1 Jan 2016 18:46:31 +0000 (10:46 -0800)
committerKarl Williamson <khw@cpan.org>
Fri, 1 Jan 2016 19:18:40 +0000 (12:18 -0700)
t/porting/podcheck.t

index 3cd01c3..2dc274c 100644 (file)
@@ -1918,7 +1918,7 @@ foreach my $filename (@files) {
 }
 
 if (! $regen
-    && ! ok (keys %known_problems == 0, "The known problems database includes no references to non-existent files"))
+    && ! ok (keys %known_problems == 0, "The known problems database ($data_dir/known_pod_issues.dat) includes no references to non-existent files"))
 {
     note("The following files were not found: "
          . join ", ", keys %known_problems);