X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=814238d347767db2df66a85e675a00987ad5b544;hp=3514770f503df375d08e6476911c4fc7d5b27f98;hb=4090e3bb3fea1a73ac369250e31584d61428b808;hpb=6f1f968a6bc42bf4a4b50a1ee22d3aaecd801876 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 3514770..814238d 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -1,7 +1,5 @@ package Catalyst::Engine; -use MRO::Compat; -use mro 'c3'; use Moose; with 'MooseX::Emulate::Class::Accessor::Fast';