Fix {%hash} ~~ %hash test
[p5sagit/p5-mst-13.2.git] / t / mro / basic.t
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-01-11 Rick Delaney Re: [perl #49564] Re: MRO and av_clear
2007-10-09 Brandon Black Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-26 Nicholas Clark Change 31977 introduced a bug (failing to set the retur...
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-08-15 Rick Delaney Test update to demonstrate @ISA assignment bug:
2007-06-29 Rafael Garcia-Suarez Revert change #31489.
2007-06-28 Brandon Black Re: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Brandon Black Second patch from:
2007-06-26 Brandon Black First patch from:
2007-05-19 Craig A. Berry Various mro updates from Brandon Black. References:
2007-04-21 Rafael Garcia-Suarez Completely remove Test::More from the MRO tests, by...
2007-04-19 Brandon Black Re: new C3 MRO patch