X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=ea79fe2e925b4f6557f992f128cdc0459e731687;hb=d0822465cc09629df95ad9c522bce758f2badc8c;hp=5a08fd156e9653f60a648a2ad40393c298eb65d1;hpb=0f656d06e928bdfacc6c5b65dff87a148299565d;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 5a08fd1..ea79fe2 100644 --- a/lib/Catalyst/Request/REST/ForBrowsers.pm +++ b/lib/Catalyst/Request/REST/ForBrowsers.pm @@ -3,7 +3,7 @@ use Moose; use namespace::autoclean; -our $VERSION = '0.95'; +our $VERSION = '1.02'; $VERSION = eval $VERSION; extends 'Catalyst::Request::REST';