mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
I no longer need List::MoreUtils
This commit is contained in:
parent
71692dd1b7
commit
cf8ec77201
@ -13,8 +13,7 @@ WriteMakefile
|
|||||||
: ()),
|
: ()),
|
||||||
PL_FILES => {},
|
PL_FILES => {},
|
||||||
EXE_FILES => [ 'bin/feedGnuplot' ],
|
EXE_FILES => [ 'bin/feedGnuplot' ],
|
||||||
PREREQ_PM => { 'Test::Script::Run' => 0 ,
|
PREREQ_PM => { 'Test::Script::Run' => 0},
|
||||||
'List::MoreUtils' => 0},
|
|
||||||
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
||||||
clean => { FILES => 'feedGnuplot-*' },
|
clean => { FILES => 'feedGnuplot-*' },
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user