remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST / ForBrowsers.pm
index fe37735..bad6160 100644 (file)
@@ -4,8 +4,7 @@ use namespace::autoclean;
 
 with 'Catalyst::TraitFor::Request::REST';
 
-our $VERSION = '0.88';
-$VERSION = eval $VERSION;
+# VERSION
 
 has _determined_real_method => (
     is  => 'rw',
@@ -175,7 +174,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 *