App-WordPressTools

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;

use 5.008001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "tools to backup and upgrade WordPress installations",
  "AUTHOR" => "Seth Johnson <sj\@bluehost.com>, Charles McGarvey <cmcgarvey\@bluehost.com>, Garth Mortensen <gmortensen\@bluehost.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-WordPressTools",
  "EXE_FILES" => [
    "script/wp-tools"
  ],
  "LICENSE" => "gpl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME" => "App::WordPressTools",
  "PREREQ_PM" => {
    "Digest::MD5" => 0,
    "Fcntl" => 0,
    "File::Find" => 0,
    "File::Path" => 0,
    "File::Slurper" => 0,
    "Getopt::Long" => 0,
    "HTTP::Tiny" => 0,
    "String::ShellQuote" => 0,
    "sigtrap" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.03",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Digest::MD5" => 0,
  "Fcntl" => 0,
  "File::Find" => 0,
  "File::Path" => 0,
  "File::Slurper" => 0,
  "Getopt::Long" => 0,
  "HTTP::Tiny" => 0,
  "String::ShellQuote" => 0,
  "Test::More" => 0,
  "sigtrap" => 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);



( run in 0.895 second using v1.01-cache-2.11-cpan-39bf76dae61 )