X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FEngine%2FResponse%2FPrint.pm;h=7fc719ffdc214d18ea5a9fb1bbe50ee8ee42a30f;hp=13f3d04888ba9375dfcc75bdd44a3a39186428df;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/lib/TestApp/Controller/Engine/Response/Print.pm b/t/lib/TestApp/Controller/Engine/Response/Print.pm index 13f3d04..7fc719f 100644 --- a/t/lib/TestApp/Controller/Engine/Response/Print.pm +++ b/t/lib/TestApp/Controller/Engine/Response/Print.pm @@ -5,7 +5,7 @@ use base 'Catalyst::Controller'; sub one :Relative { my ( $self, $c ) = @_; - + $c->res->print("foo"); }