Const-Exporter

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

use 5.014000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Declare constants for export.",
  "AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
  "BUILD_REQUIRES" => {
    "ExtUtils::MakeMaker" => "7.22",
    "Module::Metadata" => "1.000015"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Const-Exporter",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "Const::Exporter",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Const::Fast" => 0,
    "Exporter" => "5.57",
    "List::Util" => "1.56",
    "Package::Stash" => 0,
    "Ref::Util" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "Hash::Objectify" => 0,
    "Module::Metadata" => "1.000015",
    "Sub::Identify" => "0.06",
    "Test::More" => 0,
    "Test::Most" => 0,
    "if" => 0,
    "lib" => 0,
    "strict" => 0
  },
  "VERSION" => "v1.3.0",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Const::Fast" => 0,
  "Exporter" => "5.57",
  "ExtUtils::MakeMaker" => "7.22",
  "File::Spec" => 0,
  "Hash::Objectify" => 0,
  "List::Util" => "1.56",
  "Module::Metadata" => "1.000015",
  "Package::Stash" => 0,
  "Ref::Util" => 0,
  "Sub::Identify" => "0.06",
  "Test::More" => 0,
  "Test::Most" => 0,
  "if" => 0,
  "lib" => 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);



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