X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=9cb5a78bd1a159eef31421f4fb9564277e88912d;hb=d4611771994693e9145e19c00c4b2d5bc7b485eb;hp=d787fec3cf408af49f50c7c02cbf9300105d3424;hpb=2f91bf68db8fc4018e4f2fe9952f6caf1d1db2bf;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index d787fec..9cb5a78 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -12,11 +12,12 @@ use warnings; use base 'Catalyst::Action'; use Class::Inspector; +use Catalyst; use Catalyst::Request::REST; use 5.8.1; our - $VERSION = '0.41'; + $VERSION = '0.60'; # This is wrong in several ways. First, there's no guarantee that # Catalyst.pm has not been subclassed. Two, there's no guarantee that