HealthCheck-Diagnostic-FilePermissions
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.015.
use strict;
use warnings;
use ExtUtils::MakeMaker 7.1101;
my %WriteMakefileArgs = (
"ABSTRACT" => "Check the paths for expected permissions in a HealthCheck",
"AUTHOR" => "Grant Street Group <developers\@grantstreet.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "7.1101"
},
"DISTNAME" => "HealthCheck-Diagnostic-FilePermissions",
"LICENSE" => "artistic_2",
"NAME" => "HealthCheck::Diagnostic::FilePermissions",
"PREREQ_PM" => {
"Carp" => 0,
"HealthCheck::Diagnostic" => "1.6.0",
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Differences" => 0,
"Test::More" => 0
},
"VERSION" => "v1.4.8",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"HealthCheck::Diagnostic" => "1.6.0",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"parent" => 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.683 second using v1.01-cache-2.11-cpan-6aa56a78535 )