X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FCatalyst%2FAction%2FTestAfter.pm;h=2139a8b9e923eee2b74092444294b3c217eb7532;hb=7cc51a2eb3005f91064c24141551628fc599f990;hp=199ea256e71fedd37ce97a6b1fb19b6a19e5a64c;hpb=dbb2d5cd1b69209e53eb204e7451d688327b2e11;p=catagits%2FCatalyst-Runtime.git 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;