X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=e8cc2b32dba771399ea6c0f83e0677468231ee77;hb=8004a60b5d676a98f1a9d5cb1ad6a63ac6402617;hp=cf4a153ae93255aa1671f07f8bf78445bdf33f26;hpb=a9e5f3d2aa58a89ffd70ec22a5485fdbd4b7a3d6;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index cf4a153..e8cc2b3 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.88'; +our $VERSION = '1.00'; $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;