mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-12-19 09:11:08 +08:00
added some more cpan distribution files
This commit is contained in:
16
Makefile.PL
Normal file
16
Makefile.PL
Normal file
@@ -0,0 +1,16 @@
|
||||
# Note: this file was auto-generated by Module::Build::Compat version 0.340201
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'feedGnuplot',
|
||||
'VERSION_FROM' => 'bin/feedGnuplot',
|
||||
'PREREQ_PM' => {
|
||||
'Test::Script::Run' => 0
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [
|
||||
'bin/feedGnuplot'
|
||||
],
|
||||
'PL_FILES' => {}
|
||||
)
|
||||
;
|
||||
Reference in New Issue
Block a user