]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - Makefile.PL
upgrade Capture::Tiny and use the new capture_stderr
[term-progressbar.git] / Makefile.PL
index d227a2142c2397eb2a4a67b0a0e62a47dd1b77d3..85dc57cd1f416932236b2b92d002a573ca00bdde 100644 (file)
@@ -11,6 +11,12 @@ WriteMakefile (
   PREREQ_PM    => +{ 
                      'Class::MethodMaker' => '1.02',
                      'Term::ReadKey' => '2.14',},
+  BUILD_REQUIRES => {
+                     'Capture::Tiny' => '0.12',
+                     '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'.