PawsX-S3-Uploader
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.032.
use strict;
use warnings;
use 5.026000;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "upload to S3 from a streaming source",
"AUTHOR" => "Gianni Ceccarelli <gceccarelli\@veritone.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "PawsX-S3-Uploader",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.026000",
"NAME" => "PawsX::S3::Uploader",
"PREREQ_PM" => {
"Carp" => 0,
"Feature::Compat::Class" => "0.07",
"Feature::Compat::Try" => "0.05",
"builtin::compat" => "0.003003",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Path::Tiny" => "0.011",
"Paws" => 0,
"Paws::Credential::Explicit" => 0,
"Paws::Net::MultiplexCaller" => 0,
"PawsX::FakeImplementation::Instance" => 0,
"Test2::V0" => 0,
"Tie::StdHandle" => 0,
"lib" => 0,
"parent" => 0
},
"VERSION" => "0.0.3",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Carp" => 0,
"Feature::Compat::Class" => "0.07",
"Feature::Compat::Try" => "0.05",
"Path::Tiny" => "0.011",
"Paws" => 0,
"Paws::Credential::Explicit" => 0,
"Paws::Net::MultiplexCaller" => 0,
"PawsX::FakeImplementation::Instance" => 0,
"Test2::V0" => 0,
"Tie::StdHandle" => 0,
"builtin::compat" => "0.003003",
"lib" => 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}
( run in 0.534 second using v1.01-cache-2.11-cpan-13bb782fe5a )