Bot-Pastebot
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 ExtUtils::MakeMaker 6.30;
use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "static";
my %WriteMakefileArgs = (
"ABSTRACT" => "the original clipboard to chat gateway",
"AUTHOR" => "Rocco Caputo <rcaputo\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30",
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "Bot-Pastebot",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Bot::Pastebot",
"PREREQ_PM" => {
"File::ShareDir" => "0.05",
"HTTP::Negotiate" => "6.00",
"HTTP::Request" => "1.40",
"HTTP::Response" => "1.53",
"POE" => "1.007",
"POE::Component::IRC" => "5.03",
"Perl::Tidy" => "1.46",
"Test::More" => "0.63",
"Text::Template" => "1.44"
},
"VERSION" => "0.600",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"File::ShareDir" => "0.05",
"HTTP::Negotiate" => "6.00",
"HTTP::Request" => "1.40",
"HTTP::Response" => "1.53",
"POE" => "1.007",
"POE::Component::IRC" => "5.03",
"Perl::Tidy" => "1.46",
"Test::More" => "0.63",
"Text::Template" => "1.44"
);
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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}
( run in 1.177 second using v1.01-cache-2.11-cpan-39bf76dae61 )