X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;fp=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=c06e4254ce0f7c33650abbc684ef58ab3f554325;hb=5c86e02fcc90f2b9d8a9f80f26d15fc4bfc2a642;hp=8e03b72635b6e2a10fe906f8868c5a798167b7c6;hpb=866dfdfe365a28a20be49ebaca883217122fc353;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 8e03b72..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 = '0.93'; -$VERSION = eval $VERSION; - extends 'Catalyst::Action::REST'; use Catalyst::Request::REST::ForBrowsers;