The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "draw graph as a DSM matrix",
  "AUTHOR" => "Joenio Costa <joenio\@joenio.me>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Graph-Writer-DSM",
  "LICENSE" => "perl",
  "NAME" => "Graph::Writer::DSM",
  "PREREQ_PM" => {
    "Chart::Gnuplot" => 0,
    "File::Temp" => 0,
    "Graph::Writer" => 0,
    "List::MoreUtils" => 0,
    "Modern::Perl" => 0,
    "Mojo::Template" => 0,
    "base" => 0
  },
  "TEST_REQUIRES" => {
    "Alien::Gnuplot" => 0,
    "File::Path" => 0,
    "Graph" => 0,
    "Module::Install::Can" => 0,
    "Test::Class" => 0,
    "Test::File" => 0,
    "Test::Most" => 0,
    "Test::TempDir::Tiny" => 0,
    "parent" => 0
  },
  "VERSION" => "0.008",
  "test" => {
    "TESTS" => "t/Graph/Writer/*.t t/Graph/Writer/DSM/*.t"
  }
);


my %FallbackPrereqs = (
  "Alien::Gnuplot" => 0,
  "Chart::Gnuplot" => 0,
  "File::Path" => 0,
  "File::Temp" => 0,
  "Graph" => 0,
  "Graph::Writer" => 0,
  "List::MoreUtils" => 0,
  "Modern::Perl" => 0,
  "Module::Install::Can" => 0,
  "Mojo::Template" => 0,
  "Test::Class" => 0,
  "Test::File" => 0,
  "Test::Most" => 0,
  "Test::TempDir::Tiny" => 0,
  "base" => 0,
  "parent" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);