In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/610ee5e388818f4588e2ec090d82c8d51904d286?hp=c8028aa68dedb3c7683abb0bcf0fdba782a1190e>
- Log ----------------------------------------------------------------- commit 610ee5e388818f4588e2ec090d82c8d51904d286 Author: Tony Cook <[email protected]> Date: Mon Aug 26 14:35:17 2013 +1000 perldelta for c8028aa68 M pod/perldelta.pod commit f1c106f5cbc1ffe0d0fdc1c25c060581f099e7fa Author: Tony Cook <[email protected]> Date: Mon Aug 26 14:34:41 2013 +1000 fix a type in the find2perl perldelta entry M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 42faab7..4f04a9b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -156,6 +156,11 @@ C<Carp> that expects C<Carp::Heavy> to provide subroutines. =back +L<File::Glob> has been upgraded from version 1.20 to 1.21. + +C<glob()> now warns in the context of C<use warnings "syscalls";> if +the supplied pattern has an internal NUL (C<"\0">) character. + =item * L<Math::BigInt> has been upgraded from version 1.9992 to 1.9993. @@ -255,7 +260,11 @@ XXX L<message|perldiag/"message"> =item * -XXX L<message|perldiag/"message"> +L<Invalid \0 character in %s for %s: %s\0%s|perldiag/"Invalid \0 character in %s for %s: %s\0%s"> + +(W syscalls) Embedded \0 characters in pathnames or other syscall +arguments create a warning since 5.20. The parts after the \0 were +formerly ignored by syscalls. =back @@ -286,7 +295,7 @@ Use L<XXX> with program names to get proper documentation linking. ] =item * -L<find2perl> now handler C<?> wildcards correctly. [perl #113054] +L<find2perl> now handles C<?> wildcards correctly. [perl #113054] =back -- Perl5 Master Repository
