X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;fp=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=0b2a526748d808b1da13378b3ea11b2f69dc75d4;hp=90363ee7d7f9aa8dc932cc56a46b3c292e60a147;hb=0a6732c935e687213c53f013d925f35083f8c592;hpb=91bb52247f27e82c014aa408aebccd6d9c3a0c7a diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 90363ee..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.04'; +our $VERSION = '1.05'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';