This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
perldelta for _@ and _% prototypes
[perl5.git]
/
pod
/
perldelta.pod
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c92bb87
..
f3c1efb
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1,7
+1,8
@@
=encoding utf8
=for comment
=encoding utf8
=for comment
-This has been completed up to a75c6ed6bbe.
+This has been completed up to a75c6ed6bbe, except for:
+803e389 rurban CYG17 utf8 paths
=head1 NAME
=head1 NAME
@@
-59,6
+60,11
@@
strings.
Full details are in L<perlfunc/fc>.
Full details are in L<perlfunc/fc>.
+=head2 C<_> in subroutine prototypes
+
+The C<_> character in subroutine prototypes is now allowed before C<@> or
+C<%>.
+
=head1 Security
XXX Any security-related notices go here. In particular, any security
=head1 Security
XXX Any security-related notices go here. In particular, any security