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:
a0d2bbd
)
perl5171delta: typo
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 22:58:04 +0000
(15:58 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 22:58:04 +0000
(15:58 -0700)
pod/perl5171delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5171delta.pod
b/pod/perl5171delta.pod
index
f237c7c
..
7b94d0f
100644
(file)
--- a/
pod/perl5171delta.pod
+++ b/
pod/perl5171delta.pod
@@
-678,7
+678,7
@@
C<warn>'s handling of magical variables (C<$1>, ties) has undergone several
fixes. C<FETCH> is only called once now on a tied argument or a tied C<$@>
[perl #97480]. Tied variables returning objects that stringify as "" are
no longer ignored. A tied C<$@> that happened to return a reference the
-I<previous> time i
s
was used is no longer ignored.
+I<previous> time i
t
was used is no longer ignored.
=item *