X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=059283b38d1cce9f0870c35e99eb71c39342cd1f;hb=e527bba30dcea5108b0fb77416fcb4e8ee1e5a38;hp=9f33307551211e7900f811da9a04e4dffca523e7;hpb=d54b6460fa45c63e21429a6b154394a5e6b475e7;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 9f33307..059283b 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.86'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; extends 'Catalyst::Request::REST';