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