X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=612343003afe114a1cdaca1bc862848673beeebe;hb=7566d72f425ab3a870f1d6c8945c43f4edeedf2a;hp=60d4267b30d319c7647728be96847fd041612972;hpb=b0e9e16904a64b7ff670fd70d52c0f66e565bbfd;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 60d4267..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.09'; +our $VERSION = '1.13'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';