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:
61c2a93
)
perldelta for 61c2a93 and 68b4061
author
Jesse Luehrs
<doy@tozt.net>
Sat, 23 Jun 2012 18:01:59 +0000
(13:01 -0500)
committer
Jesse Luehrs
<doy@tozt.net>
Sat, 23 Jun 2012 18:01:59 +0000
(13:01 -0500)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
a3ee589
..
f19b480
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-352,6
+352,12
@@
will now reset the iterator.
This mirrors the behaviour of the hash iterator when the hash is cleared.
+=item *
+
+C<< $class->can >>, C<< $class->isa >>, and C<< $class->DOES >> now return
+correct results, regardless of whether that package referred to by C<$class>
+exists [perl #47113].
+
=back
=head1 Known Problems