X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;fp=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=d17013e54a8ac98c215a94a69e1daa2125e0931f;hb=7cc6122a2ef9832f8539e74ff428c22ac92af0fc;hp=0f88979285b1b4f08586853a052c1e0c1b186fa5;hpb=47c3e6b3694ea55015f839be8f1a10e4141e6e4a;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 0f88979..d17013e 100644 --- a/lib/Catalyst/Action/REST/ForBrowsers.pm +++ b/lib/Catalyst/Action/REST/ForBrowsers.pm @@ -3,7 +3,7 @@ package Catalyst::Action::REST::ForBrowsers; use Moose; use namespace::autoclean; -our $VERSION = '1.11'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';