X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=f05e0107e1a8a750b75c3d59ae81a9630f2798fa;hb=cf712a311ffaa04821b17ac82d16fc1bf3c9ac1e;hp=24b2fa5c2bff409daf7b7886a76ac867da880d1a;hpb=48ff1e96cc8ba24cd9e7bea3a2cfc145e827dd52;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 24b2fa5..f05e010 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 = '0.90'; +our $VERSION = '1.08'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';