From: Yuval Kogman Date: Tue, 20 Jun 2006 21:55:21 +0000 (+0000) Subject: Add a dep for Test::LongString X-Git-Tag: 0_09_03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ce7e5b8ff553d7a5d9471692077342f8e99cfff;p=gitmo%2FMoose.git Add a dep for Test::LongString --- diff --git a/Build.PL b/Build.PL index 034fcc3..d6edef1 100644 --- a/Build.PL +++ b/Build.PL @@ -17,8 +17,9 @@ my $build = Module::Build->new( optional => { }, build_requires => { - 'Test::More' => '0.62', - 'Test::Exception' => '0.21', + 'Test::More' => '0.62', + 'Test::Exception' => '0.21', + 'Test::LongString' => '0', }, create_makefile_pl => 'traditional', recursive_test_files => 1,