From: Tomas Doran Date: Sat, 13 Apr 2013 22:29:37 +0000 (+0100) Subject: Another utf-8 fix X-Git-Tag: 1.39~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b108baa70a8e721073ac92bb7c6b4cb204e4f95b;p=catagits%2FCatalyst-Devel.git Another utf-8 fix --- diff --git a/share/lib/MyApp/Controller/Root.pm.tt b/share/lib/MyApp/Controller/Root.pm.tt index e911ca8..8dfb1cd 100644 --- a/share/lib/MyApp/Controller/Root.pm.tt +++ b/share/lib/MyApp/Controller/Root.pm.tt @@ -10,6 +10,8 @@ BEGIN { extends 'Catalyst::Controller' } # __PACKAGE__->config(namespace => ''); +=encoding utf-8 + =head1 NAME [% rootname %] - Root Controller for [% name %]