App-CPRReporter
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
use strict;
use warnings;
use 5.012;
use ExtUtils::MakeMaker 6.30;
my %WriteMakefileArgs = (
"ABSTRACT" => "Application to merge various datasets info an overview of who followed CPR training (cardiopulmonary resuscitation, the use of rescue breathing and chest compressions to help a person whose breathing and heartbeat have stopped)",
"AUTHOR" => "Lieven Hollevoet <hollie\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "App-CPRReporter",
"EXE_FILES" => [
"bin/cpr_report.pl"
],
"LICENSE" => "perl",
"NAME" => "App::CPRReporter",
"PREREQ_PM" => {
"Carp" => 0,
"Data::Dumper" => 0,
"Getopt::Long" => 0,
"Moose" => 0,
"Pod::Usage" => 0,
"Spreadsheet::XLSX" => 0,
"Text::Fuzzy::PP" => 0,
"Text::Iconv" => 0,
"Text::ResusciAnneparser" => 0,
"autodie" => 0,
"lib" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::Exception" => 0,
"Test::More" => 0,
"Test::Warn" => 0
},
"VERSION" => "0.03",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Data::Dumper" => 0,
"Getopt::Long" => 0,
"Moose" => 0,
"Pod::Usage" => 0,
"Spreadsheet::XLSX" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Test::Warn" => 0,
"Text::Fuzzy::PP" => 0,
"Text::Iconv" => 0,
"Text::ResusciAnneparser" => 0,
"autodie" => 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 0.513 second using v1.01-cache-2.11-cpan-39bf76dae61 )