Authentication back compat fail due to ::ClassData not behaving like C::D::I, not...
[catagits/Catalyst-Runtime.git] / t / meta_method_unneeded.t
index 8d871d1..f083fce 100644 (file)
@@ -16,6 +16,7 @@ $SIG{__DIE__} = \&Carp::confess; # Stacktrace please.
 {    
     package TestAppWithMeta;
     use Catalyst;
+    no warnings 'redefine';
     sub meta {}
 }