X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;h=c49d28392074598b5fd8e3b2302147c60d7a6568;hb=531f1ab6f98c126f57075dbbca4884ac9728703c;hp=27f521f59592326eebabbc8e75b239934e4578ad;hpb=8fc0d39e47032a9b28be3a70b2042576918cadcc;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 27f521f..c49d283 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -10,6 +10,8 @@ use HTTP::Headers; use Moose; +with 'MooseX::Emulate::Class::Accessor::Fast'; + has action => (is => 'rw'); has address => (is => 'rw'); has arguments => (is => 'rw', default => sub { [] });