X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppShowInternalActions.pm;fp=t%2Flib%2FTestAppShowInternalActions.pm;h=0053388a48728f8c09075b204c1ab3201c38db0a;hp=250730f101d8439bff58eb2e31d45c680c9cc3a0;hb=eefc03e12890c06c9a76d78b4d68e3b2ad781328;hpb=f82e1b2b114c99ad6712cb93003338ae5d0423a5 diff --git a/t/lib/TestAppShowInternalActions.pm b/t/lib/TestAppShowInternalActions.pm index 250730f..0053388 100644 --- a/t/lib/TestAppShowInternalActions.pm +++ b/t/lib/TestAppShowInternalActions.pm @@ -1,6 +1,6 @@ package TestAppShowInternalActions; use Moose; -use namespace::autoclean; +use namespace::clean -except => [ 'meta' ]; use Catalyst::Runtime 5.80;