X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fc5c1b92595d37cc8fa0ee5b9fbf6c1335f6a0bd;hb=78330ec0dbdd06abaa4f77ffb6205b26e57468f8;hp=0f1481dd63c7419b034df5c65d94764474fdeefe;hpb=7cd1e5e0086a8403b7e514cf139d97b9898c4ece;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 0f1481d..fc5c1b9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,7 @@ perl_version '5.008004'; name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; +requires 'Bread::Board'; requires 'List::MoreUtils'; requires 'namespace::autoclean' => '0.09'; requires 'namespace::clean' => '0.13';