X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FComponent.pm;fp=lib%2FCatalyst%2FComponent.pm;h=a55e7d239cb7222e5b3b7b2dbc4eb4ff1662eee2;hb=be054434ad044e08d35f84dbd9a5e19d80e49785;hp=fe0ef6fe3e347bf168dbb1561fe708f3657b1840;hpb=caf4f6be06bff59b9253fbca45ff7898c135a47c;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Component.pm b/lib/Catalyst/Component.pm index fe0ef6f..a55e7d2 100644 --- a/lib/Catalyst/Component.pm +++ b/lib/Catalyst/Component.pm @@ -10,9 +10,11 @@ use mro 'c3'; use Scalar::Util 'blessed'; use namespace::clean -except => 'meta'; -with 'MooseX::Emulate::Class::Accessor::Fast'; -with 'Catalyst::ClassData'; - +with qw/ + MooseX::Emulate::Class::Accessor::Fast + Catalyst::Config + Catalyst::ClassData +/; =head1 NAME