*** ../Catalyst-Plugin-Scheduler-0.08/t/lib/Catalyst/Plugin/PluginTest.pm 2008-01-12 15:50:02.000000000 +0000 --- ./t/lib/Catalyst/Plugin/PluginTest.pm 2009-04-28 14:43:26.000000000 +0100 *************** *** 2,12 **** use strict; use warnings; ! use NEXT; sub setup { my $c = shift; ! $c->NEXT::setup(@_); if ( $c->can('schedule') ) { $c->schedule( --- 2,14 ---- use strict; use warnings; ! ! use MRO::Compat; ! Class::C3::initialize(); sub setup { my $c = shift; ! $c->maybe::next::method(@_); if ( $c->can('schedule') ) { $c->schedule(