X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0ee133ffa9e52c7234c5ad5394bbd6f3682fa928;hb=e11e714d5ceb9e4b47ced0e56730c95705f0bc9f;hp=da68f02364c2fd9a1dcf0ace9c8455edab50e935;hpb=7a603ffaf368e45a344d029e716ea36b10794e40;p=gitmo%2FMooseX-AlwaysCoerce.git diff --git a/Makefile.PL b/Makefile.PL index da68f02..0ee133f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,8 @@ license 'perl'; test_requires 'Test::More'; requires 'Moose'; +requires 'namespace::autoclean'; +requires 'MooseX::ClassAttribute'; auto_provides; auto_install;