X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=33e45920ea55ae58c9a6e6621deb99fb7fb05359;hb=6d4c336866c2ec8d50aecfd00b038ada55f7eea6;hp=7b48560e7e2945d5ed86a675e377dc53724d0e55;hpb=b40d0b9e730bfb853665b90ba25d889f7bc9a163;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7b48560..33e4592 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ perl_version '5.008001'; name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; +requires 'namespace::clean'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00300'; requires 'Moose' => '0.59'; requires 'Carp';