X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=ea6a6c8e4d8d2786c008b03a567587b32478bc56;hb=2fd04833bede1413a73d037414c57dcf01bbae94;hp=24cd0895e70fda2726f7717335e30b2db0735476;hpb=9eb020313c3000fc09cfbc4741c5a6398cf9349c;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 24cd089..ea6a6c8 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -1,5 +1,6 @@ package Catalyst::Action::REST; +use utf8; use Moose; use namespace::autoclean; @@ -17,6 +18,8 @@ sub BUILDARGS { return $class->SUPER::BUILDARGS($config, @_); } +=encoding utf-8 + =head1 NAME Catalyst::Action::REST - Automated REST Method Dispatching