From: Wallace Reis Date: Fri, 24 May 2013 14:42:07 +0000 (+0200) Subject: Unicode - fix syntax error X-Git-Tag: 1.40~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=962244bd8fadb79a0cb9134d7036ed17c819a723 Unicode - fix syntax error --- diff --git a/share/lib/MyApp.pm.tt b/share/lib/MyApp.pm.tt index cea90d0..a7171f8 100644 --- a/share/lib/MyApp.pm.tt +++ b/share/lib/MyApp.pm.tt @@ -40,7 +40,7 @@ __PACKAGE__->config( # Disable deprecated behavior needed by old applications disable_component_resolution_regex_fallback => 1, enable_catalyst_header => 1, # Send X-Catalyst header - encoding => 'UTF-8, # Setup request decoding and response encoding + encoding => 'UTF-8', # Setup request decoding and response encoding ); # Start the application