X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FChainedActionsApp.pm;h=98f52092fb1a110a858663f223f0eec1aea092f2;hb=eebd1520470f767fdefdc03c1fe05427e5f182f9;hp=3be4faf1631b353e57ca37de51b77b15103d9419;hpb=4fb27043578a31f1ffd7498d1097c817a932d173;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/ChainedActionsApp.pm b/t/lib/ChainedActionsApp.pm index 3be4faf..98f5209 100644 --- a/t/lib/ChainedActionsApp.pm +++ b/t/lib/ChainedActionsApp.pm @@ -1,12 +1,13 @@ package ChainedActionsApp; use Moose; -use namespace::autoclean; use TestLogger; use Catalyst::Runtime 5.80; use Catalyst qw//; +use namespace::clean -except => [ 'meta' ]; + extends 'Catalyst'; our $VERSION = "0.01";