Move the inline packages out into their own files so that the new test passes. All...
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index e0a6385..f5a7c56 100644 (file)
@@ -97,6 +97,6 @@ package Catalyst::Plugin::Test::Inline;
 
 use strict;
 
-use base qw/Catalyst::Base Class::Data::Inheritable/;
+use base qw/Class::Data::Inheritable/;
 
 1;