This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Perl_mro_register() to register Method Resolution Orders,
authorNicholas Clark <nick@ccl4.org>
Fri, 26 Dec 2008 18:26:53 +0000 (18:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 27 Dec 2008 21:12:12 +0000 (21:12 +0000)
commita3e6e81e81213c31f0612471c427044481a95287
treeee301f51042968614e037f30ee494f770446607d
parent123892d916359369839f3896f283189be71dc32c
Add Perl_mro_register() to register Method Resolution Orders,
Perl_mro_get_from_name() to retrieve MROs by name, and PL_registered_mros to
store them in. Abolish the static array of mros, and instead register the dfs
and c3 MRO structures.
embed.fnc
embedvar.h
global.sym
intrpvar.h
mro.c
perl.c
perlapi.h
proto.h
sv.c