Silence C3::Adopt::NEXT warnings in the test suite.
Florian Ragwitz [Fri, 5 Dec 2008 08:30:48 +0000 (08:30 +0000)]
t/lib/Catalyst/Plugin/Test/Plugin.pm

index 2f6c289..7758bb7 100644 (file)
@@ -6,6 +6,8 @@ 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');