In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c196824d8fc0928f1021c49e20298c197b184d9c?hp=c9fdc8d6d6015c17bb80025860d54a2632fe0ba2>
- Log ----------------------------------------------------------------- commit c196824d8fc0928f1021c49e20298c197b184d9c Author: Tony Cook <[email protected]> Date: Mon Jan 19 10:33:32 2015 +1100 perldelta for c9fdc8d6d601 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index edde7e2..32f86bd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -198,6 +198,13 @@ precedence, causing C<foo($a<$b)> to be deparsed without the parentheses. =item * +L<File::Glob> has been upgraded from version 1.23 to 1.24. + +Avoid SvIV() expanding to call get_sv() three times in a few +places. [perl #123606] + +=item * + L<Module::Metadata> has been upgraded from version 1.000025 to 1.000026. =item * -- Perl5 Master Repository
