Silence C3::Adopt::NEXT warnings in the test suite.
[catagits/Catalyst-Runtime.git] / 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');