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