X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=612343003afe114a1cdaca1bc862848673beeebe;hb=aa931a573f75b32d77c8b30df09cb9a1e7eaf1c6;hp=90363ee7d7f9aa8dc932cc56a46b3c292e60a147;hpb=44fa7f9429568532ea892e2020c20177b71cb736;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 90363ee..6123430 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.04'; +our $VERSION = '1.13'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';