App-Pastebin-Create
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.008.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Simple CLI App to create and upload to Pastebin.com",
"AUTHOR" => "mfzz <mfzz\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-Pastebin-Create",
"EXE_FILES" => [
"bin/pastebin-create"
],
"LICENSE" => "perl",
"NAME" => "App::Pastebin::Create",
"PREREQ_PM" => {
"Getopt::Long" => "2.49.1",
"WWW::Pastebin::PastebinCom::Create" => "1.003"
},
"VERSION" => "1.0102",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Getopt::Long" => "2.49.1",
"WWW::Pastebin::PastebinCom::Create" => "1.003"
);
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.605 second using v1.01-cache-2.11-cpan-b16cb0d3907 )