mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
now explicitly depending on List::MoreUtils
This commit is contained in:
parent
4d61736896
commit
10b47ec3cd
@ -13,7 +13,8 @@ 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