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
=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>