# This Makefile.PL for bareword-filehandles was generated by
# inc::BarewordFilehandlesMakeMaker <self>
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.008001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "disables bareword filehandles",
  "AUTHOR" => "Dagfinn Ilmari Manns\x{e5}ker <ilmari\@ilmari.org>",
  "BUILD_REQUIRES" => {
    "Test::More" => "0.88"
  },
  "CONFIGURE_REQUIRES" => {
    "B::Hooks::OP::Check" => 0,
    "ExtUtils::Depends" => 0,
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "bareword-filehandles",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME" => "bareword::filehandles",
  "PREREQ_PM" => {
    "B::Hooks::OP::Check" => 0,
    "Lexical::SealRequireHints" => 0,
    "XSLoader" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.88"
  },
  "VERSION" => "0.004",
  "test" => {
    "TESTS" => "t/*.t"
  },
  do{ require ExtUtils::Depends; ExtUtils::Depends->new('bareword::filehandles', 'B::Hooks::OP::Check')->get_makefile_vars }
);

my %FallbackPrereqs = (
  "B::Hooks::OP::Check" => 0,
  "Lexical::SealRequireHints" => 0,
  "Test::More" => "0.88",
  "XSLoader" => 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);
