Pg-DatabaseManager

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



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Manage installation and migration of an application's (Postgres) database",
  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Pg-DatabaseManager",
  "LICENSE" => "artistic_2",
  "NAME" => "Pg::DatabaseManager",
  "PREREQ_PM" => {
    "DBI" => 0,
    "File::Slurp" => 0,
    "File::Which" => 0,
    "List::AllUtils" => 0,
    "Moose" => 0,
    "MooseX::Getopt" => 0,
    "MooseX::Params::Validate" => "0.15",
    "MooseX::StrictConstructor" => 0,
    "MooseX::Types" => 0,
    "MooseX::Types::Path::Class" => 0,
    "Path::Class" => 0,
    "Pg::CLI" => "0.04",
    "Test::Differences" => 0,
    "Test::More" => "0.88",
    "autodie" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.88"
  },
  "VERSION" => "0.06",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "DBI" => 0,
  "File::Slurp" => 0,
  "File::Which" => 0,
  "List::AllUtils" => 0,
  "Moose" => 0,
  "MooseX::Getopt" => 0,
  "MooseX::Params::Validate" => "0.15",
  "MooseX::StrictConstructor" => 0,
  "MooseX::Types" => 0,
  "MooseX::Types::Path::Class" => 0,
  "Path::Class" => 0,
  "Pg::CLI" => "0.04",
  "Test::Differences" => 0,
  "Test::More" => "0.88",
  "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);



( run in 2.272 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )