X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=1bb1336b13930790113e1af498e1b38fa08fd09c;hb=05b98ffc56285f5b17e81156b227dfd2d03553da;hp=059283b38d1cce9f0870c35e99eb71c39342cd1f;hpb=e527bba30dcea5108b0fb77416fcb4e8ee1e5a38;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 059283b..1bb1336 100644 --- a/lib/Catalyst/Request/REST/ForBrowsers.pm +++ b/lib/Catalyst/Request/REST/ForBrowsers.pm @@ -3,12 +3,14 @@ use Moose; use namespace::autoclean; -our $VERSION = '0.87'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; extends 'Catalyst::Request::REST'; with 'Catalyst::TraitFor::Request::REST::ForBrowsers'; +sub _related_role { 'Catalyst::TraitFor::Request::REST::ForBrowsers' } + __PACKAGE__->meta->make_immutable; 1;