Amazon-SQS-Client
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# autogenerated by /home/rlauer/bin/make-cpan-dist.pl on Wed Nov 27 18:06:22 2024
use strict;
use warnings;
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
if ( -d 'share' ) {
install_share 'share';
}
WriteMakefile(
NAME => 'Amazon::SQS::Client',
MIN_PERL_VERSION => '5.10.0',
AUTHOR => 'Rob Lauer <bigfoot@cpan.org>',
VERSION_FROM => 'lib/Amazon/SQS/Client.pm',
ABSTRACT => 'Perl classes for interacting with Amazon SQS',
LICENSE => 'perl',
PL_FILES => {},
EXE_FILES => [ 'bin/aws-sqsd', 'bin/aws-sqsd.in', 'bin/create-queue.pl', 'bin/QueueDaemon.pl' ],
PREREQ_PM => {
'AWS::Signature4' => '1.02',
'Amazon::Credentials' => '0',
'CGI::Simple' => '1.281',
'Carp' => '1.50',
'Class::Accessor::Fast' => '0.51',
'Class::Inspector' => '0',
'Class::Unload' => '0',
'Config::IniFiles' => '3.000003',
'Data::Dumper' => '2.183',
'Digest::SHA' => '6.02',
'English' => '1.05',
'JSON' => '4.10',
'LWP::UserAgent' => '6.77',
'List::Util' => '1.63',
'Log::Log4perl' => '1.57',
'Log::Log4perl::Level' => '0',
'Module::ScanDeps::Static' => '0',
'Proc::Daemon' => '0',
'Proc::PID::File' => '0',
'Readonly' => '2.05',
'Scalar::Util' => '1.63',
'Test::More' => '1.302190',
'Time::HiRes' => '1.9725',
'URI' => '5.10',
'URI::Escape' => '5.10',
'XML::Simple' => '2.25',
'strict' => '1.07',
'warnings' => '1.13'
},
BUILD_REQUIRES => {
'ExtUtils::MakeMaker' => '6.64',
'File::ShareDir::Install' => 0,
},
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '6.64',
'File::ShareDir::Install' => 0,
},
TEST_REQUIRES => {
'\'List::Util\'' => '0',
'\'Test::More\'' => '=>'
},
META_MERGE => {
'meta-spec' => { 'version' => 2 },
'provides' => {
'Amazon::SQS::Client' => {
'file' => 'lib/Amazon/SQS/Client.pm',
'version' => '2.0.7'
},
'Amazon::SQS::Config' => {
'file' => 'lib/Amazon/SQS/Config.pm',
'version' => '2.0.6'
},
'Amazon::SQS::Constants' => {
'file' => 'lib/Amazon/SQS/Constants.pm',
'version' => 'undef'
},
'Amazon::SQS::Exception' => {
'file' => 'lib/Amazon/SQS/Exception.pm',
'version' => 'undef'
},
'Amazon::SQS::Model' => {
'file' => 'lib/Amazon/SQS/Model.pm',
'version' => 'undef'
},
'Amazon::SQS::Model::AddPermissionRequest' => {
'file' => 'lib/Amazon/SQS/Model/AddPermissionRequest.pm',
'version' => 'undef'
},
'Amazon::SQS::Model::AddPermissionResponse' => {
( run in 1.271 second using v1.01-cache-2.11-cpan-39bf76dae61 )