From: Dan Brook Date: Sun, 31 Oct 2010 17:51:23 +0000 (+0000) Subject: Add Test::Exception dep. X-Git-Tag: 0.002007~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=9b06fded0b47515bcbd8b76ab15c2370e6ac05f5 Add Test::Exception dep. --- diff --git a/Makefile.PL b/Makefile.PL index a26cafe..6312619 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -106,8 +106,9 @@ requires 'Sys::Hostname'; requires_external_bin 'git'; -test_requires 'Test::More' => '0.88'; -test_requires 'Test::utf8' => '0.02'; +test_requires 'Test::More' => '0.88'; +test_requires 'Test::utf8' => '0.02'; +test_requires 'Test::Exception' => '0.31'; resources bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Gitalist'; resources repository => 'git://git.shadowcat.co.uk/catagits/Gitalist.git';