X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST%2FForBrowsers.pm;h=18c5ba8677ceb311e6dcc5dfcb9db32ead604635;hb=44fa7f9429568532ea892e2020c20177b71cb736;hp=445ecf9b98ca3c55b31f011a7c30dff05b0f5ab3;hpb=ab8ab47a739539677817d6a7493b888c7a7815f6;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST/ForBrowsers.pm b/lib/Catalyst/TraitFor/Request/REST/ForBrowsers.pm index 445ecf9..18c5ba8 100644 --- a/lib/Catalyst/TraitFor/Request/REST/ForBrowsers.pm +++ b/lib/Catalyst/TraitFor/Request/REST/ForBrowsers.pm @@ -4,7 +4,7 @@ use namespace::autoclean; with 'Catalyst::TraitFor::Request::REST'; -our $VERSION = '0.85'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; has _determined_real_method => ( @@ -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 a browser. +If it provides an Accept header of any sort that doesn't match one of the +above criteria, it is I a browser. =item *