X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FCatalyst%2FPlugin%2FTest%2FDeprecated.pm;h=688ad2187d6104b2a24806236bf671fc8c256c7a;hp=a9552daf65278436e983b74d70bdbfbff9870ad3;hb=c057ae860545285e5812b5ba86ea992e203be773;hpb=ccccf0840ba699aabcc6bc5f2189d74a0294148c diff --git a/t/lib/Catalyst/Plugin/Test/Deprecated.pm b/t/lib/Catalyst/Plugin/Test/Deprecated.pm index a9552da..688ad21 100644 --- a/t/lib/Catalyst/Plugin/Test/Deprecated.pm +++ b/t/lib/Catalyst/Plugin/Test/Deprecated.pm @@ -4,8 +4,6 @@ use strict; use warnings; use NEXT; -use base qw/Catalyst::Base/; - sub prepare { my $class = shift; # Note: This use of NEXT is deliberately left here (without a use NEXT)