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=3f0dad2fdecfa813140034d8b7d0d969b1e8461e;hpb=e527bba30dcea5108b0fb77416fcb4e8ee1e5a38;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 3f0dad2..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.87'; +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 *