Go away, otherwise running the tests against 5.70 doesn't work
Tomas Doran [Sat, 27 Dec 2008 16:23:25 +0000 (16:23 +0000)]
t/lib/Catalyst/Plugin/Test/Plugin.pm

index 2f7c06d..8440966 100644 (file)
@@ -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');