From: Devin Austin Date: Thu, 25 Jun 2009 10:37:12 +0000 (+0000) Subject: updated Makefil.PL X-Git-Tag: 5.80014_02~126 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3fcc9f353cd9e9d05b82649cbd1d8fd9554c38a8 updated Makefil.PL --- 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';