X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6f834b74b47130abc25fbad1f1fb8444e3701b6f;hb=0fc2d522eec43202c21e9f0062e43f10db4d9008;hp=ab5e7c69634104d998f2007a95f0897210c67b07;hpb=b3f87dd054ccd28f4645ff93acb0ee86471c9ed1;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index ab5e7c6..6f834b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,8 @@ perl_version '5.8.1'; name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; -requires 'perl' => '5.8.1'; +requires 'MooseX::Emulate::Class::Accessor::Fast'; + requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable';