This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added by
[perl5.git] / ext / mro / mro.xs
2009-01-03 Nicholas ClarkRemove duplicate return in S_mro_get_linear_isa_c3...
2008-12-29 Nicholas ClarkIn mro_get_mro, use the length and UTF-8-ness now conta...
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...