]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
build requires
authorGabor Szabo <szabgab@gmail.com>
Wed, 30 Nov 2011 06:57:33 +0000 (08:57 +0200)
committerGabor Szabo <szabgab@gmail.com>
Wed, 30 Nov 2011 06:57:33 +0000 (08:57 +0200)
Makefile.PL

index d227a2142c2397eb2a4a67b0a0e62a47dd1b77d3..64d3e2baedcbe8f0be4d5ebb8c8c987be93bfaa8 100644 (file)
@@ -11,6 +11,12 @@ WriteMakefile (
   PREREQ_PM    => +{ 
                      'Class::MethodMaker' => '1.02',
                      'Term::ReadKey' => '2.14',},
   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'.
   EXE_FILES    => [qw(  )],
   # Need this to stop Makefile treating Build.PL as a producer of Build as a
   # target for 'all'.