The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  unless(eval q{ use 5.008001; 1}) {
    print "Perl 5.008001 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v(dev).
use strict;
use warnings;

use 5.008001;

use ExtUtils::MakeMaker;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
install_share module => "Dist::Zilla::MintingProfile::Author::Plicease", "profiles";


my %WriteMakefileArgs = (
  "ABSTRACT" => "Dist::Zilla plugins used by Plicease",
  "AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "Dist-Zilla-Plugin-Author-Plicease",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME" => "Dist::Zilla::Plugin::Author::Plicease",
  "PM" => {
    "lib/Dist/Zilla/MintingProfile/Author/Plicease.pm" => "\$(INST_LIB)/Dist/Zilla/MintingProfile/Author/Plicease.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/DevShare.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/DevShare.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/Init2.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/Init2.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/MakeMaker.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/MakeMaker.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/MarkDownCleanup.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/MarkDownCleanup.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/SpecialPrereqs.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/SpecialPrereqs.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/Tests.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/Tests.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/Thanks.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/Thanks.pm",
    "lib/Dist/Zilla/Plugin/Author/Plicease/Upload.pm" => "\$(INST_LIB)/Dist/Zilla/Plugin/Author/Plicease/Upload.pm"
  },
  "PREREQ_PM" => {
    "Data::Section" => 0,
    "Dist::Zilla" => "5.039",
    "File::Path" => 0,
    "File::ShareDir" => 0,
    "File::chdir" => 0,
    "IPC::System::Simple" => "1.25",
    "Moose" => 0,
    "Path::Class" => "0.26",
    "Sub::Exporter::ForMethods" => 0,
    "autodie" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.94"
  },
  "VERSION" => "2.20",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Section" => 0,
  "Dist::Zilla" => "5.039",
  "File::Path" => 0,
  "File::ShareDir" => 0,
  "File::chdir" => 0,
  "IPC::System::Simple" => "1.25",
  "Moose" => 0,
  "Path::Class" => "0.26",
  "Sub::Exporter::ForMethods" => 0,
  "Test::More" => "0.94",
  "autodie" => 0,
  "namespace::autoclean" => 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);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}