App-TeleGramma
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.012.
use strict;
use warnings;
use 5.010;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "A modular Telegram Bot",
"AUTHOR" => "Justin Hawkins <justin\@hawkins.id.au>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-TeleGramma",
"EXE_FILES" => [
"bin/telegramma"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "App::TeleGramma",
"PREREQ_PM" => {
"Carp" => 0,
"Config::INI::Reader" => "0.025",
"Config::INI::Writer" => "0.025",
"DateTime" => 0,
"Exporter" => 0,
"File::Spec::Functions" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"Module::Pluggable" => "5.2",
"Mojo::Base" => 0,
"Mojo::File" => 0,
"Mojolicious" => "7.31",
"Proc::Daemon" => 0,
"Storable" => 0,
"Telegram::Bot" => "0.011",
"Time::Duration::Parse" => "0.13",
"constant" => 0,
"feature" => 0,
"lib" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Data::Dumper" => 0,
"File::Temp" => 0,
"Telegram::Bot::Message" => 0,
"Test::More" => 0
},
"VERSION" => "0.14",
"test" => {
"TESTS" => "t/*.t t/plugins/*.t t/store/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Config::INI::Reader" => "0.025",
"Config::INI::Writer" => "0.025",
"Data::Dumper" => 0,
"DateTime" => 0,
"Exporter" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"Module::Pluggable" => "5.2",
"Mojo::Base" => 0,
"Mojo::File" => 0,
"Mojolicious" => "7.31",
"Proc::Daemon" => 0,
"Storable" => 0,
"Telegram::Bot" => "0.011",
"Telegram::Bot::Message" => 0,
"Test::More" => 0,
"Time::Duration::Parse" => "0.13",
"constant" => 0,
"feature" => 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.822 second using v1.01-cache-2.11-cpan-39bf76dae61 )