first commit
This commit is contained in:
21
perl/lib/Graph-Easy-0.76/Makefile.PL
Normal file
21
perl/lib/Graph-Easy-0.76/Makefile.PL
Normal file
@@ -0,0 +1,21 @@
|
||||
# Note: this file was auto-generated by Module::Build::Compat version 0.4218
|
||||
require 5.008002;
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'Graph::Easy',
|
||||
'VERSION_FROM' => 'lib/Graph/Easy.pm',
|
||||
'PREREQ_PM' => {
|
||||
'Scalar::Util' => '1.13',
|
||||
'Test::More' => '0.62',
|
||||
'strict' => 0,
|
||||
'vars' => 0,
|
||||
'warnings' => 0
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [
|
||||
'bin/graph-easy'
|
||||
],
|
||||
'PL_FILES' => {}
|
||||
)
|
||||
;
|
||||
Reference in New Issue
Block a user