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 v5.042.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Sorry I can't dance, I'm hanging on to my friend's purse",
  "AUTHOR" => "Philippe Bruhat (BooK) <book\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-Wallflower",
  "EXE_FILES" => [
    "bin/wallflower"
  ],
  "LICENSE" => "perl",
  "NAME" => "App::Wallflower",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Exporter" => 0,
    "Getopt::Long" => 0,
    "HTML::LinkExtor" => 0,
    "HTTP::Date" => 0,
    "HTTP::Headers" => 0,
    "Path::Class" => 0,
    "Plack::App::URLMap" => 0,
    "Plack::Util" => 0,
    "Pod::Find" => 0,
    "Pod::Usage" => 0,
    "URI" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Find" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "List::Util" => 0,
    "Plack::Request" => 0,
    "Test::More" => 0,
    "Test::Output" => 0
  },
  "VERSION" => "1.007",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Find" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Getopt::Long" => 0,
  "HTML::LinkExtor" => 0,
  "HTTP::Date" => 0,
  "HTTP::Headers" => 0,
  "List::Util" => 0,
  "Path::Class" => 0,
  "Plack::App::URLMap" => 0,
  "Plack::Request" => 0,
  "Plack::Util" => 0,
  "Pod::Find" => 0,
  "Pod::Usage" => 0,
  "Test::More" => 0,
  "Test::Output" => 0,
  "URI" => 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);