X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FREST.pm;h=91e1fa0b98a3b7216587a2db584ea4ead31c6572;hb=40de934ce925aa9fbf1d2fa15846b5c0de9ec790;hp=f10cf57b4b9dc2c59ba68573c8adf748c1f3b816;hpb=0f656d06e928bdfacc6c5b65dff87a148299565d;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index f10cf57..91e1fa0 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -2,7 +2,7 @@ package Catalyst::Controller::REST; use Moose; use namespace::autoclean; -our $VERSION = '0.95'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; =head1 NAME