BEGIN {
  use strict; use warnings;
  unless(eval q{ use 5.006; 1}) {
    print "Perl 5.006 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.62.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"           => "Utility to extract a name from a PPI Document",
  "AUTHOR"             => "Kent Fredric <kentnl\@cpan.org>, Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME"         => "PPIx-DocumentName",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME"             => "PPIx::DocumentName",
  "PM"               => {
    "lib/PPIx/DocumentName.pm"        => "\$(INST_LIB)/PPIx/DocumentName.pm",
    "lib/PPIx/DocumentName/Result.pm" => "\$(INST_LIB)/PPIx/DocumentName/Result.pm"
  },
  "PREREQ_PM" => {
    "Carp"      => 0,
    "PPI::Util" => 0,
    "overload"  => 0,
    "strict"    => 0,
    "warnings"  => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec"          => 0,
    "Test::More"          => "0.98"
  },
  "VERSION" => "1.01",
  "test"    => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Carp"                => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec"          => 0,
  "PPI::Util"           => 0,
  "Test::More"          => "0.98",
  "overload"            => 0,
  "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);