X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppShowInternalActions.pm;h=0053388a48728f8c09075b204c1ab3201c38db0a;hb=4e45fa288ea80bf2a4587dd2278c784286aafdc3;hp=250730f101d8439bff58eb2e31d45c680c9cc3a0;hpb=1f94dc3a12ef9da00bd950a1fb46ef51162b769a;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;