no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST / ForBrowsers.pm
index 265029f..17b5832 100644 (file)
@@ -1,12 +1,10 @@
 package Catalyst::TraitFor::Request::REST::ForBrowsers;
+
 use Moose::Role;
 use namespace::autoclean;
 
 with 'Catalyst::TraitFor::Request::REST';
 
-our $VERSION = '0.84';
-$VERSION = eval $VERSION;
-
 has _determined_real_method => (
     is  => 'rw',
     isa => 'Bool',
@@ -175,7 +173,8 @@ If the client provides an Accept header and accepts either "text/html" or
 
 =item *
 
-If it provides an Accept header of any sort, it is I<not> a browser.
+If it provides an Accept header of any sort that doesn't match one of the
+above criteria, it is I<not> a browser.
 
 =item *