X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=92e7f1a69cbe7fae675edf10417c09a0921c3b38;hb=37694e6c0e75e03712116fcbe972ff5fd867411a;hp=f45fcdc2b695ae5ef28bfa831896318711438e70;hpb=36f2f3964eab3ea1ef83c3a54258afa8492d8ab5;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index f45fcdc..92e7f1a 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -23,7 +23,7 @@ our $VERSION = '0.67_01'; sub new { my $class = shift; my $config = shift; - Catalyst::Request::REST->_insert_self_into($config->{class}); + Catalyst::Request::REST->_insert_self_into( $config->{class} ); return $class->SUPER::new($config, @_); }