X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FCatalyst%2FAction%2FTestAfter.pm;fp=t%2Flib%2FCatalyst%2FAction%2FTestAfter.pm;h=2139a8b9e923eee2b74092444294b3c217eb7532;hp=199ea256e71fedd37ce97a6b1fb19b6a19e5a64c;hb=eff6001994ab7558c366fa5f9e5aa8c2de69ac4a;hpb=aea897b2495d079f3849eb30cd3dc7c89b31f742 diff --git a/t/lib/Catalyst/Action/TestAfter.pm b/t/lib/Catalyst/Action/TestAfter.pm index 199ea25..2139a8b 100644 --- a/t/lib/Catalyst/Action/TestAfter.pm +++ b/t/lib/Catalyst/Action/TestAfter.pm @@ -3,7 +3,8 @@ package Catalyst::Action::TestAfter; use strict; use warnings; -use base qw/Catalyst::Action/; +use base qw/Catalyst::Action/; # N.B. Keep as a non-moose class, this also + # tests metaclass initialization works as expected sub execute { my $self = shift;