Clarify final Accept rule for browser-ness
Dave Rolsky [Sun, 23 Jan 2011 18:11:24 +0000 (12:11 -0600)]
lib/Catalyst/TraitFor/Request/REST/ForBrowsers.pm

index fe37735..e49c853 100644 (file)
@@ -175,7 +175,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 *