use strict; use warnings; BEGIN { require 5.008; } use ExtUtils::MakeMaker 6.11; my %WriteMakefileArgs = ( 'test' => { 'TESTS' => 't/*.t' }, 'NAME' => 'GraphViz::DBI', 'DISTNAME' => 'GraphViz-DBI', 'CONFIGURE_REQUIRES' => { 'ExtUtils::MakeMaker' => '6.11' }, 'AUTHOR' => 'Marcel Gruenauer ', 'BUILD_REQUIRES' => {}, 'ABSTRACT' => 'Graph database tables and relations', 'EXE_FILES' => [], 'VERSION' => '1.100860', 'PREREQ_PM' => { 'Getopt::Long' => '0', 'Scalar::Util' => '0', 'English' => '0', 'Pod::Usage' => '0', 'Carp' => '0', 'Test::More' => '0.88', 'File::Find' => '0', 'GraphViz' => '0', 'File::Temp' => '0', 'DBI' => '0' }, 'LICENSE' => 'perl' ); delete $WriteMakefileArgs{LICENSE} unless eval { ExtUtils::MakeMaker->VERSION(6.31) }; WriteMakefile(%WriteMakefileArgs);