X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST%2FForBrowsers.pm;h=e44c0b891beecfd6281bf7dd6c0505c2cfa922cc;hb=d0822465cc09629df95ad9c522bce758f2badc8c;hp=f766bc0cc565723acec702c48af9db842a467b2a;hpb=ad46030d0708d0bd6a5ae048efa956eed0105874;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 f766bc0..e44c0b8 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.86'; +our $VERSION = '1.02'; $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 *