Remove use of Catalyst::Base from the tests
[catagits/Catalyst-Runtime.git] / t / lib / Catalyst / Plugin / Test / Deprecated.pm
index a9552da..688ad21 100644 (file)
@@ -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)