Another utf-8 fix
Tomas Doran [Sat, 13 Apr 2013 22:29:37 +0000 (23:29 +0100)]
share/lib/MyApp/Controller/Root.pm.tt

index e911ca8..8dfb1cd 100644 (file)
@@ -10,6 +10,8 @@ BEGIN { extends 'Catalyst::Controller' }
 #
 __PACKAGE__->config(namespace => '');
 
+=encoding utf-8
+
 =head1 NAME
 
 [% rootname %] - Root Controller for [% name %]