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:
8d9d90d
)
perldelta for sort $globref fix
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 20 Nov 2011 00:43:37 +0000
(16:43 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 20 Nov 2011 01:38:35 +0000
(17:38 -0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
64158a7
..
03de551
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-626,6
+626,11
@@
When C<open> is called with three arguments, the third being a file handle
reference to a tied variable, FETCH is now called exactly once, instead of
0, 2, or 3 times (all of which could occur in various circumstances).
+=item *
+
+C<sort> no longer ignores FETCH when passed a reference to a tied glob as
+its argument.
+
=back
=head1 Known Problems