diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-18 19:40:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-18 19:40:01 -0700 |
commit | 8df5485de3694c0b3bca52fe9617ab8c3a55f67a (patch) | |
tree | ba26a1eca25d0392703a52c978666ba97c89e6e2 /pod/perldelta.pod | |
parent | 0814ec6896b3a69338ad7fa3b4f288e2f9b2ad10 (diff) | |
download | perl-8df5485de3694c0b3bca52fe9617ab8c3a55f67a.tar.gz |
another perldelta typo
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1688947f93..4fc7c725a9 100644 --- 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 were returned. E.g., C< sub :lvalue { $] } > +any read-only value that was returned. E.g., C< sub :lvalue { $] } > would not return C<$]>, but a copy of it. =item * |