In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/92ebde38440731eb6e87bbd11117bce9209a21a9?hp=61a1ab54e45224894ad10a67dd09f076e3ae00ec>
- Log ----------------------------------------------------------------- commit 92ebde38440731eb6e87bbd11117bce9209a21a9 Author: Matthew Horsfall <wolfs...@gmail.com> Date: Mon Jun 23 08:59:59 2014 -0400 Don't add a perldelta entry for _charnames. It's never been listed and it doesn't link properly, breaking podcheck.t ----------------------------------------------------------------------- Summary of changes: Porting/corelist-perldelta.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl index da02e7a..4301088 100755 --- a/Porting/corelist-perldelta.pl +++ b/Porting/corelist-perldelta.pl @@ -156,7 +156,7 @@ sub corelist_delta { }; my @unclaimedModules = qw/AnyDBM_File B B::Concise B::Deparse Benchmark Class::Struct Config::Extensions DB DBM_Filter Devel::Peek DirHandle DynaLoader English Errno ExtUtils::Embed ExtUtils::Minip ... [675 chars truncated] - my @unclaimedPragmata = qw/_charnames arybase attributes blib bytes charnames deprecate diagnostics encoding feature fields filetest inc::latest integer less locale mro open ops overload overloadin ... [48 chars truncated] + my @unclaimedPragmata = qw/arybase attributes blib bytes charnames deprecate diagnostics encoding feature fields filetest inc::latest integer less locale mro open ops overload overloading re sigtra ... [37 chars truncated] my @unclaimed = (@unclaimedModules, @unclaimedPragmata); my %distToModules = ( -- Perl5 Master Repository