X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f5f756bafb4962af245fedc8f5727e954a033f1f;hb=3fcc9f353cd9e9d05b82649cbd1d8fd9554c38a8;hp=a1b635a682255419895a7d0dac62d682b4325c93;hpb=9b1db775e21c29d58957aa1eb7f1446c83b4967a;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index a1b635a..f5f756b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,7 @@ requires 'Tree::Simple::Visitor::FindByPath'; 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';