X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppUnicode%2FController%2FRoot.pm;h=f69348693363f23e96fb3ff8fd44a779b9b91254;hp=a944b95f5b9ccecc5191e13b5b44327d7cdee4ae;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/lib/TestAppUnicode/Controller/Root.pm b/t/lib/TestAppUnicode/Controller/Root.pm index a944b95..f693486 100644 --- a/t/lib/TestAppUnicode/Controller/Root.pm +++ b/t/lib/TestAppUnicode/Controller/Root.pm @@ -7,7 +7,7 @@ __PACKAGE__->config(namespace => q{}); use base 'Catalyst::Controller'; -sub main :Path('') { +sub main :Path('') { my ($self, $ctx, $charset) = @_; my $content_type = 'text/html'; if ($ctx->stash->{charset}) {