In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/14c482b0d8b7402f1b2b28d2918a55c83577d6ff?hp=85882954b1cf834f8dfcabb6b93d106d9ca02e62>
- Log ----------------------------------------------------------------- commit 14c482b0d8b7402f1b2b28d2918a55c83577d6ff Author: Karl Williamson <[email protected]> Date: Wed Oct 19 18:43:39 2016 -0600 podcheck.t: .core dump files don't contain pod even if they have pod lines in them. ----------------------------------------------------------------------- Summary of changes: t/porting/podcheck.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index fe9f04b..cb2976e 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -422,6 +422,7 @@ my $non_pods = qr/ (?: \. | $dl_ext # dynamic libraries | gif # GIF images (example files from CGI.pm) | eg # examples from libnet + | core ) $ ) | ~$ | \ \(Autosaved\)\.txt$ # Other editor droppings -- Perl5 Master Repository
