X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=0b2a526748d808b1da13378b3ea11b2f69dc75d4;hb=eb7ff3a09f29159e0987cdf4ec07a9a60c411f47;hp=4a8d9db3ef2a01c4ac0d5379bfa54dce5bf820f8;hpb=be099c6c6c1f5b9f6c3c543762c1c1fcde82946a;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 4a8d9db..0b2a526 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.03'; +our $VERSION = '1.05'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';