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=90363ee7d7f9aa8dc932cc56a46b3c292e60a147;hp=4a8d9db3ef2a01c4ac0d5379bfa54dce5bf820f8;hb=44fa7f9429568532ea892e2020c20177b71cb736;hpb=6da8e4480cabc5e6cdee44346a7fbaf9ed06e1e1 diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 4a8d9db..90363ee 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.04'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';