perldelta: Something else I missed
authorFather Chrysostomos <sprout@cpan.org>
Tue, 16 Nov 2010 00:08:14 +0000 (16:08 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 16 Nov 2010 00:18:38 +0000 (16:18 -0800)
pod/perldelta.pod

index 6f530ce..52342f3 100644 (file)
@@ -210,7 +210,8 @@ temporarily while it was being emptied. Consequently, any of its
 subroutines referenced elsewhere would become anonymous (showing up as
 "(unknown)" in C<caller>). Now they retain their package names, such that
 C<caller> will return the original sub name if there is still a reference
-to its typeglob, or "foo::__ANON__" otherwise.
+to its typeglob, or "foo::__ANON__" otherwise
+L<[perl #79208]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79208>.
 
 =head1 Deprecations
 
@@ -652,10 +653,15 @@ that they represent may be covered elsewhere.
 
 =item *
 
+The new F<t/mro/isa_aliases.t> has been added, which tests that
+C<*Foo::ISA = *Bar::ISA> works properly.
+
+=item *
+
 F<t/mro/isarev.t> has been added, which tests that C<PL_isarev> (accessible
 at the Perl level via C<mro::get_isarev>) is updated properly.
 
-=item
+=item *
 
 F<t/run/switchd-78586.t> has been added, which tests that
 L<[perl #78586]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=78586>