X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=cc00a0909b9f5601cadec74cec47793f5686d9f8;hp=15c1a8115900309de46437781979cac35182a69e;hb=65b708a697de08be81bf212704d495e8cad41ed2;hpb=7bf342486846ff902822a01c8df4689bfa7a6a6f diff --git a/Makefile.PL b/Makefile.PL index 15c1a81..cc00a09 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,8 @@ requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; +recommends 'B::Hooks::OP::Check::StashChange'; + test_requires 'Class::Data::Inheritable'; test_requires 'Test::MockObject';