X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=ce553ef300424a5881fa97efe068aee3a612aa3c;hb=3d1e10e70eb17bd02ed4c3ba440fce3a94696833;hp=7cc6c501fe9dfc04fd6157fa9533ba4d07bf8a00;hpb=1c4b501bc1fcd7662bd670f214928e950f2f1cab;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 7cc6c50..ce553ef 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.93'; +our $VERSION = '1.10'; $VERSION = eval $VERSION; extends 'Catalyst::Request::REST';