# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;

use 5.008005;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A unified database of CPAN metadata information",
  "AUTHOR" => "Adam Kennedy <adamk\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "CPANDB",
  "EXE_FILES" => [
    "script/cpangraph"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008005",
  "NAME" => "CPANDB",
  "PREREQ_PM" => {
    "DateTime" => "0.55",
    "Getopt::Long" => "2.33",
    "Graph" => 0,
    "Graph::Directed" => 0,
    "Graph::Easy" => 0,
    "Graph::XGMML" => 0,
    "GraphViz" => 0,
    "IO::File" => 0,
    "ORLite" => "1.51",
    "ORLite::Mirror" => "1.20",
    "Params::Util" => "1.00",
    "Time::HiRes" => "1.97",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "LWP::Online" => "1.07",
    "Test::More" => 0
  },
  "VERSION" => "0.19",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "DateTime" => "0.55",
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Getopt::Long" => "2.33",
  "Graph" => 0,
  "Graph::Directed" => 0,
  "Graph::Easy" => 0,
  "Graph::XGMML" => 0,
  "GraphViz" => 0,
  "IO::File" => 0,
  "LWP::Online" => "1.07",
  "ORLite" => "1.51",
  "ORLite::Mirror" => "1.20",
  "Params::Util" => "1.00",
  "Test::More" => 0,
  "Time::HiRes" => "1.97",
  "strict" => 0,
  "warnings" => 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);