X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=dc3428987b774c2fc19cdbec666c40b75e74a547;hb=a66af307b80b09a3ebc4dce79181eab581ca1fe5;hp=edef056d9a72e020cdbe7dd8d9cb4932f4d183c4;hpb=102106be3c8e89bbc54717a51ce02b6e778f4698;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index edef056..dc34289 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -17,13 +17,14 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.73'; +our $VERSION = '0.75'; +$VERSION = eval $VERSION; sub new { my $class = shift; my $config = shift; Catalyst::Request::REST->_insert_self_into( $config->{class} ); - return $class->SUPER::new($config, @_); + return $class->next::method($config, @_); } =head1 NAME @@ -184,10 +185,6 @@ for this to run smoothly. =back -=head1 MAINTAINER - -Hans Dieter Pearcey - =head1 CONTRIBUTORS Christopher Laco @@ -200,6 +197,8 @@ Daisuke Maki J. Shirley +Hans Dieter Pearcey + Tomas Doran (t0m) =head1 AUTHOR