Dist-Zilla-Plugin-BundleInspector
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
#
# This file is part of Dist-Zilla-Plugin-BundleInspector
#
# This software is copyright (c) 2013 by Randy Stauner.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.035.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Gather prereq and config info from PluginBundles",
"AUTHOR" => "Randy Stauner <rwstauner\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Dist-Zilla-Plugin-BundleInspector",
"EXE_FILES" => [],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Dist::Zilla::Plugin::BundleInspector",
"PREREQ_PM" => {
"Class::Load" => 0,
"Config::MVP::BundleInspector" => 0,
"Config::MVP::Writer::INI" => "0.003",
"Dist::Zilla" => 4,
"Dist::Zilla::Plugin::Bootstrap::lib" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::PrereqSource" => 0,
"Moose" => 0,
"Moose::Util::TypeConstraints" => 0,
"MooseX::AttributeShortcuts" => 0,
"String::RewritePrefix" => 0,
"Sub::Override" => 0,
"Try::Tiny" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Path::Class" => 0,
"Test::DZil" => 0,
"Test::Differences" => 0,
"Test::More" => "0.96",
"lib" => 0
},
"VERSION" => "0.004",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Class::Load" => 0,
"Config::MVP::BundleInspector" => 0,
"Config::MVP::Writer::INI" => "0.003",
"Dist::Zilla" => 4,
"Dist::Zilla::Plugin::Bootstrap::lib" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::PrereqSource" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Moose" => 0,
"Moose::Util::TypeConstraints" => 0,
"MooseX::AttributeShortcuts" => 0,
"Path::Class" => 0,
"String::RewritePrefix" => 0,
"Sub::Override" => 0,
"Test::DZil" => 0,
"Test::Differences" => 0,
"Test::More" => "0.96",
"Try::Tiny" => 0,
"lib" => 0,
"namespace::autoclean" => 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 1.444 second using v1.01-cache-2.11-cpan-39bf76dae61 )