Another utf-8 fix
[catagits/Catalyst-Devel.git] / 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 %]