Fix more test fail
Tomas Doran [Fri, 19 Feb 2010 00:25:04 +0000 (00:25 +0000)]
Changes
t/lib/ESITest/Controller/Root.pm

diff --git a/Changes b/Changes
index 4f99743..99053dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-View-Component-SubInclude
 
+       - Fix missing test_requires dependency on parent by dropping use of
+         that module.
+
 0.07_02 Fri Feb 19 00:11:00 2010
         - Fix missing test_requires dependency on Catalyst::Action::RenderView.
 
index 6a9dc31..966a992 100644 (file)
@@ -2,7 +2,7 @@ package ESITest::Controller::Root;
 
 use strict;
 use warnings;
-use parent 'Catalyst::Controller';
+use base 'Catalyst::Controller';
 
 __PACKAGE__->config->{namespace} = '';