From: Gabor Szabo Date: Wed, 30 Nov 2011 06:57:33 +0000 (+0200) Subject: build requires X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=commitdiff_plain;h=dafa40540c382b34e09849827476dd0364b11632 build requires --- diff --git a/Makefile.PL b/Makefile.PL index d227a21..64d3e2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,12 @@ WriteMakefile ( PREREQ_PM => +{ 'Class::MethodMaker' => '1.02', 'Term::ReadKey' => '2.14',}, + BUILD_REQUIRES => { + 'Capture::Tiny' => '0.11', + 'Test::More' => '0.80', + 'Test::Exception' => '0.31', + 'File::Temp' => 0, + }, EXE_FILES => [qw( )], # Need this to stop Makefile treating Build.PL as a producer of Build as a # target for 'all'.