X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=828976591b7c8b81a88c94b408b31cbaa0c7210f;hp=393ebc0f3f129881fc5d24ae88ae29f30cc03ba2;hb=8ab4e09d3537c1b3e4eb4ca489a5b1c35568a7d3;hpb=1d285816f88ccd8b81e733565ca4363140b75ec8 diff --git a/Makefile.PL b/Makefile.PL index 393ebc0..8289765 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,6 +78,7 @@ my %META = ( "Plack::Middleware::FixMissingBodyInRedirect" => '0.09', "Plack::Middleware::MethodOverride" => '0.12', "Plack::Middleware::RemoveRedundantBody" => '0.03', + 'PerlIO::utf8_strict' => 0, }, }, develop => { @@ -225,7 +226,6 @@ print <<"EOF"; For development and use of catalyst.pl and myapp_create.pl, make sure you also install the development tools package Catalyst::Devel. - perl -MCPANPLUS -e 'install Catalyst::Devel' # or perl -MCPAN -e 'install Catalyst::Devel' # or cpanm Catalyst::Devel