X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=49d59047d4f24d56024683fe9251999d8e321f7c;hb=0e1381b4a58f89c8764463ee71f089f4c65ca081;hp=36c671ec16e33fa186f5f047704d5a427f86a11a;hpb=85aa4e18592a1c81b7c2cdd0217b05da74dbea21;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 36c671e..49d5904 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.80'; +our $VERSION = '0.96'; $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;