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

use 5.008003;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Easy access to any pastebin",
  "AUTHOR" => "Shawn M Moore, <sartak\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-Nopaste",
  "EXE_FILES" => [
    "script/nopaste"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008003",
  "NAME" => "App::Nopaste",
  "PREREQ_PM" => {
    "Class::Load" => 0,
    "Exporter" => 0,
    "File::Basename" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Getopt::Long::Descriptive" => 0,
    "JSON::MaybeXS" => 0,
    "Module::Pluggable" => 0,
    "Module::Runtime" => 0,
    "POSIX" => 0,
    "URI::Escape" => 0,
    "WWW::Mechanize" => 0,
    "base" => 0,
    "namespace::clean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "LWP::Protocol" => 0,
    "Test::Deep" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Class::Load" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Getopt::Long::Descriptive" => 0,
  "JSON::MaybeXS" => 0,
  "LWP::Protocol" => 0,
  "Module::Pluggable" => 0,
  "Module::Runtime" => 0,
  "POSIX" => 0,
  "Test::Deep" => 0,
  "Test::More" => 0,
  "URI::Escape" => 0,
  "WWW::Mechanize" => 0,
  "base" => 0,
  "namespace::clean" => 0,
  "strict" => 0,
  "warnings" => 0
);

# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.009
$WriteMakefileArgs{PREREQ_PM}{'WWW::Pastebin::PastebinCom::Create'} = $FallbackPrereqs{'WWW::Pastebin::PastebinCom::Create'} = '1.003'
  if prompt('install pastebin.com support? [y/N]', 'N') =~ /^y/i;
$WriteMakefileArgs{PREREQ_PM}{'Clipboard'} = $FallbackPrereqs{'Clipboard'} = '0'
  if prompt('install copying of URLs with -x/--copy? [y/N]', 'N') =~ /^y/i;
$WriteMakefileArgs{PREREQ_PM}{'Browser::Open'} = $FallbackPrereqs{'Browser::Open'} = '0'
  if prompt('install opening of URLs in a browser with --open_url/--open/-o? [y/N]', 'N') =~ /^y/i;



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);