This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add test that to/from native character set works
[perl5.git] / t / mro / method_caching.t
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2013-01-08 Tony Cookskip appropriately when XS::APItest isn't available
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=sub{}
2012-11-29 Father Chrysostomosmethod_caching.t: Load test.pl at BEGIN time
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=*method
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-20 Rafael Garcia-SuarezDon't use Test::More in core tests (at least, where
2007-04-19 Brandon BlackRe: new C3 MRO patch