This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Excise PL_amagic_generation
authorFather Chrysostomos <sprout@cpan.org>
Wed, 23 May 2012 05:22:32 +0000 (22:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 23 May 2012 07:56:11 +0000 (00:56 -0700)
commit6697815661d775deb113dbdbc2e6822d55d3522b
treeec378137a15c53b6e93dd6d0597ab3fd8f1952ae
parentce9f52adaabc1b017e07815147af86476576e92d
Excise PL_amagic_generation

The core is not using it any more.  Every CPAN module that increments
it also does newXS, which triggers mro_method_changed_in, which is
sufficient; so nothing will break.

So, to keep those modules compiling, PL_amagic_generation is now an
alias to PL_na outside the core.
embedvar.h
ext/B/B.pm
gv.c
intrpvar.h
perl.h
sv.c