From dafa40540c382b34e09849827476dd0364b11632 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 30 Nov 2011 08:57:33 +0200 Subject: [PATCH] build requires --- Makefile.PL | 6 ++++++ 1 file changed, 6 insertions(+) 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'. -- 2.39.2