fix broken gotos for Catalyst::Plugin::C3, added slightly modified next::method tests...
authorBrandon L Black <blblack@gmail.com>
Mon, 4 Jun 2007 04:14:24 +0000 (04:14 +0000)
committerBrandon L Black <blblack@gmail.com>
Mon, 4 Jun 2007 04:14:24 +0000 (04:14 +0000)
commit2605e5915fb1dc1d8cd98585f16cb57d1df11c5b
treeb7108653d06b51db1a7753876b3a52113c8b912f
parent267c5382960413d75d338c91751f7093ec4987d3
fix broken gotos for Catalyst::Plugin::C3, added slightly modified next::method tests from Class::C3
XS.xs
lib/Class/C3/XS.pm
t/30_next_method.t [new file with mode: 0644]
t/31_next_method_skip.t [new file with mode: 0644]
t/32_next_method_edge_cases.t [new file with mode: 0644]
t/33_next_method_used_with_NEXT.t [new file with mode: 0644]
t/34_next_method_in_eval.t [new file with mode: 0644]
t/35_next_method_in_anon.t [new file with mode: 0644]
t/36_next_goto.t [new file with mode: 0644]