X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=397866125861b6935fd51276fcba478ee80ee0f2;hb=cc188065d548c2c53c22000871a7d6dfab5c3c69;hp=f5550667237b5c37f9854783482ddd78729efb91;hpb=05b98ffc56285f5b17e81156b227dfd2d03553da;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index f555066..3978661 100644 --- a/lib/Catalyst/Action/REST/ForBrowsers.pm +++ b/lib/Catalyst/Action/REST/ForBrowsers.pm @@ -3,8 +3,7 @@ package Catalyst::Action::REST::ForBrowsers; use Moose; use namespace::autoclean; -our $VERSION = '1.06'; -$VERSION = eval $VERSION; +# VERSION extends 'Catalyst::Action::REST'; use Catalyst::Request::REST::ForBrowsers;