Make everything which used to inherit CAF use the MX::Emulate::CAF role + test
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType.pm
index 28ddbc5..6ac653d 100644 (file)
@@ -1,6 +1,7 @@
 package Catalyst::DispatchType;
 
-use Moose; # using it to add Moose::Object to @ISA ...
+use Moose;
+with 'MooseX::Emulate::Class::Accessor::Fast';
 no Moose;
 
 =head1 NAME