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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0814ec6
)
another perldelta typo
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 19 Jun 2011 02:40:01 +0000
(19:40 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 19 Jun 2011 02:40:01 +0000
(19:40 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1688947
..
4fc7c72
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1080,7
+1080,7
@@
more general fix has been applied [RT #23790].
=item *
When called in pass-by-reference context, lvalue subroutines used to copy
-any read-only value that w
ere
returned. E.g., C< sub :lvalue { $] } >
+any read-only value that w
as
returned. E.g., C< sub :lvalue { $] } >
would not return C<$]>, but a copy of it.
=item *