In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8fe07b3ce514c23e43fb56a3e1e312a505cc94e7?hp=d35fca5f9e7ec48bb82d2a2d4566dfb68f955e6e>
- Log ----------------------------------------------------------------- commit 8fe07b3ce514c23e43fb56a3e1e312a505cc94e7 Author: Andreas Voegele <[email protected]> Date: Tue Apr 26 09:08:50 2016 +0200 Fix test failure in lib/perl5db.t when mandoc is installed ----------------------------------------------------------------------- Summary of changes: lib/perl5db.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl5db.t b/lib/perl5db.t index 0c4fc42..e216685 100644 --- a/lib/perl5db.t +++ b/lib/perl5db.t @@ -2769,7 +2769,7 @@ SKIP: ); $wrapper->output_like( - qr/No manual entry for perlrules/, + qr/No (?:manual )?entry for perlrules/, 'perldoc command works fine', ); } -- Perl5 Master Repository
