projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a5c63
)
perldelta for ea238638ab
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 22:26:07 +0000
(14:26 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 22:48:40 +0000
(14:48 -0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
f52de65
..
13b2dcd
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-30,6
+30,13
@@
here, but most should go in the L</Performance Enhancements> section.
[ List each enhancement as a =head2 entry ]
+=head2 $a and $b warnings exemption
+
+The special variables $a and $b, used in C<sort>, are now exempt from "used
+once" warnings, even where C<sort> is not used. This makes it easier for
+CPAN modules to provide functions using $a and $b for similar purposes.
+[perl #120462]
+
=head1 Security
XXX Any security-related notices go here. In particular, any security