X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FChainedActionsApp.pm;h=98f52092fb1a110a858663f223f0eec1aea092f2;hp=3be4faf1631b353e57ca37de51b77b15103d9419;hb=eefc03e12890c06c9a76d78b4d68e3b2ad781328;hpb=f82e1b2b114c99ad6712cb93003338ae5d0423a5 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";