X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=3262d98e0629e83e4ed458126a3fd589f0417fb3;hb=1f22d6b363c1287923ac8333ebc67b6d0d735786;hp=38e2f57e748f4c0298933fe42912b7a672a98b15;hpb=3bb36dcaabf34fef5c15b1bb74c5eb198a7f5168;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 38e2f57..3262d98 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.82'; +our $VERSION = '0.97'; $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;