X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=e9b18eb367cbc92516f621c73b94c0a36766793b;hp=5d250502adbdf98e65747452b028317670e3fde1;hb=de925c791f8d58fb2408c36c63c1b6af2cb436c4;hpb=273f165ac9e5b22da929f166170982141a068e12 diff --git a/Makefile.PL b/Makefile.PL index 5d25050..e9b18eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,6 +31,10 @@ requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness +if (-e 'inc/.author') { + build_requires 'Test::Perl::Critic'; +} + install_script glob('script/*.pl'); auto_install; WriteAll;