X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=3bb6eb4cc0d457a172d919bf48f525ef68464e05;hb=7566d72f425ab3a870f1d6c8945c43f4edeedf2a;hp=14805defa0514a51bda3dbbec508a5c6046024cf;hpb=be099c6c6c1f5b9f6c3c543762c1c1fcde82946a;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 14805de..3bb6eb4 100644 --- a/lib/Catalyst/Request/REST/ForBrowsers.pm +++ b/lib/Catalyst/Request/REST/ForBrowsers.pm @@ -3,7 +3,7 @@ use Moose; use namespace::autoclean; -our $VERSION = '1.03'; +our $VERSION = '1.13'; $VERSION = eval $VERSION; extends 'Catalyst::Request::REST';