From: Tomas Doran (t0m) Date: Wed, 1 Jun 2011 14:16:17 +0000 (+0000) Subject: Require Bread::Board X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=351adff7d2908f041aea496a4461b7d99cf0b94f Require Bread::Board --- 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';