X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Farg_constraints.t;fp=t%2Farg_constraints.t;h=95c046c1c9452e7686220a8ff84a7b9015296e78;hp=c1e3733ce9c95e30ae4032c4ee9de1bb22efe185;hb=eefc03e12890c06c9a76d78b4d68e3b2ad781328;hpb=f82e1b2b114c99ad6712cb93003338ae5d0423a5 diff --git a/t/arg_constraints.t b/t/arg_constraints.t index c1e3733..95c046c 100644 --- a/t/arg_constraints.t +++ b/t/arg_constraints.t @@ -203,7 +203,7 @@ BEGIN { use Moose; use MooseX::MethodAttributes; - use namespace::autoclean -except => 'Int'; + use namespace::clean -except => [ 'meta' ]; use MyApp::Types qw/Int/;