In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b0248dbfdf5ebb72be4ef440747e59fd3204ee95?hp=e7a4a717d309ed4a0cf5010654fc57f64705b1bf>

- Log -----------------------------------------------------------------
commit b0248dbfdf5ebb72be4ef440747e59fd3204ee95
Author: Karen Etheridge <[email protected]>
Date:   Fri Jan 1 10:46:31 2016 -0800

    podcheck.t: tell the author where the problems db is located

M       t/porting/podcheck.t

commit 812ce6dc8769e877223ed3af52762de412ddde87
Author: Karen Etheridge <[email protected]>
Date:   Sun Dec 20 21:22:08 2015 -0800

    RMG: fix typo, clarify instructions a bit

M       Porting/release_managers_guide.pod
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod | 4 ++--
 t/porting/podcheck.t               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index 6155b2d..0c0f5b8 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -262,7 +262,7 @@ C<git checkout .gitignore> in the F<cpan/Distro> directory.
 =item *
 
 Remove files we do not need. That is, remove any files that match the
-entries in C<@IGNORABLE> in F<Porting/Maintainer.pl>, and anything that
+entries in C<@IGNORABLE> in F<Porting/Maintainers.pl>, and anything that
 matches the C<EXCLUDED> section of the distro's entry in the C<%Modules>
 hash.
 
@@ -305,7 +305,7 @@ Run the tests for the package.
 
 =item *
 
-Run the tests in F<t/porting>.
+Run the tests in F<t/porting> (C<make test_porting>).
 
 =item *
 
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index 3cd01c3..2dc274c 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -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);

--
Perl5 Master Repository

Reply via email to