X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=c06e4254ce0f7c33650abbc684ef58ab3f554325;hb=f5aa7d458e3df74ac047c538fe1754192c0e944c;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..c06e425 100644 --- a/lib/Catalyst/Action/REST/ForBrowsers.pm +++ b/lib/Catalyst/Action/REST/ForBrowsers.pm @@ -3,9 +3,6 @@ package Catalyst::Action::REST::ForBrowsers; use Moose; use namespace::autoclean; -our $VERSION = '1.03'; -$VERSION = eval $VERSION; - extends 'Catalyst::Action::REST'; use Catalyst::Request::REST::ForBrowsers;