diff --git a/Makefile.PL b/Makefile.PL index e5b2375..a4e92d0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,8 +13,7 @@ WriteMakefile : ()), PL_FILES => {}, EXE_FILES => [ 'bin/feedGnuplot' ], - PREREQ_PM => { 'Test::Script::Run' => 0 , - 'List::MoreUtils' => 0}, + PREREQ_PM => { 'Test::Script::Run' => 0}, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'feedGnuplot-*' }, );