X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppShowInternalActions.pm;h=0053388a48728f8c09075b204c1ab3201c38db0a;hp=250730f101d8439bff58eb2e31d45c680c9cc3a0;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9c74923de2304b8c8f0a7a2faa0854ad9b4d3a92 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;