From: Tomas Doran Date: Sat, 5 Sep 2009 15:16:37 +0000 (+0000) Subject: We need to depend on MX::Types, and ::StashChange not needed any more X-Git-Tag: 5.80014_02~60 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bd60aaeb0870fde283698d4f7ffbeb5e62d25ab4 We need to depend on MX::Types, and ::StashChange not needed any more --- diff --git a/Makefile.PL b/Makefile.PL index f5f756b..b2cd4fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,8 +35,7 @@ requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; requires 'MooseX::Getopt'; - -recommends 'B::Hooks::OP::Check::StashChange'; +requires 'MooseX::Types'; test_requires 'Class::Data::Inheritable'; test_requires 'Test::Exception';