From: Tomas Doran Date: Sat, 27 Dec 2008 16:23:25 +0000 (+0000) Subject: Go away, otherwise running the tests against 5.70 doesn't work X-Git-Tag: 5.8000_05~72 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fa7bd552b7b517b2e043f1e6ac1c7f71a1b27440 Go away, otherwise running the tests against 5.70 doesn't work --- diff --git a/t/lib/Catalyst/Plugin/Test/Plugin.pm b/t/lib/Catalyst/Plugin/Test/Plugin.pm index 2f7c06d..8440966 100644 --- a/t/lib/Catalyst/Plugin/Test/Plugin.pm +++ b/t/lib/Catalyst/Plugin/Test/Plugin.pm @@ -6,8 +6,6 @@ use base qw/Catalyst::Base Class::Data::Inheritable/; __PACKAGE__->mk_classdata('ran_setup'); -no warnings 'Class::C3::Adopt::NEXT'; - sub setup { my $c = shift; $c->ran_setup('1');