X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FESITest.pm;h=43bbf0b93c414233c26c59e8b42fc50248d3d721;hb=f78902eadae8586dc9cc7a9e3821baadb4d4d197;hp=7b2f0266af35055f3b12b9b748b0c3aad8194e45;hpb=ad6cd500309b4e96be14a970a847fdf04b07d0e9;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/t/lib/ESITest.pm b/t/lib/ESITest.pm index 7b2f026..43bbf0b 100644 --- a/t/lib/ESITest.pm +++ b/t/lib/ESITest.pm @@ -5,11 +5,8 @@ use warnings; use Catalyst::Runtime '5.70'; -use parent qw/Catalyst/; +use base qw/Catalyst/; use Catalyst qw/ - -Debug - ConfigLoader - Static::Simple SubRequest /;