Mojo-UserAgent-SecureServer
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use utf8;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
NAME => 'Mojo::UserAgent::SecureServer',
AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Mojo/UserAgent/SecureServer.pm',
VERSION_FROM => 'lib/Mojo/UserAgent/SecureServer.pm',
EXE_FILES => [qw()],
OBJECT => '',
BUILD_REQUIRES => {}
,
TEST_REQUIRES => {
'Test::More' => '0.88'
}
,
PREREQ_PM => {
'IO::Socket::SSL' => '2.009',
'Mojolicious' => '9.00'
}
,
META_MERGE => {
'dynamic_config' => 0,
'meta-spec' => {version => 2},
'resources' => {
bugtracker => {web => 'https://github.com/jhthorsen/mojo-useragent-secureserver/issues'},
homepage => 'https://github.com/jhthorsen/mojo-useragent-secureserver',
repository => {
type => 'git',
url => 'https://github.com/jhthorsen/mojo-useragent-secureserver.git',
web => 'https://github.com/jhthorsen/mojo-useragent-secureserver',
},
},
'x_contributors' => [
'Jan Henning Thorsen'
]
,
},
test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);
unless (eval { ExtUtils::MakeMaker->VERSION('6.63_03') }) {
my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES};
@{$WriteMakefileArgs{PREREQ_PM}}{keys %$test_requires} = values %$test_requires;
}
WriteMakefile(%WriteMakefileArgs);
( run in 2.746 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )