Fix for people with utf-8 names. RT#84613
[catagits/Catalyst-Devel.git] / share / lib / MyApp.pm.tt
index c581743..15d0799 100644 (file)
@@ -45,6 +45,7 @@ __PACKAGE__->config(
 # Start the application
 __PACKAGE__->setup();
 
+=encoding utf8
 
 =head1 NAME