X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=ea6a6c8e4d8d2786c008b03a567587b32478bc56;hp=24cd0895e70fda2726f7717335e30b2db0735476;hb=2fd04833bede1413a73d037414c57dcf01bbae94;hpb=d297087f23bd007ea5ed299ed67e59557587afd1 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