22 lines
557 B
Perl
22 lines
557 B
Perl
# 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' => {}
|
|
)
|
|
;
|