Mojo-Redis
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::Redis',
AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Mojo/Redis.pm',
VERSION_FROM => 'lib/Mojo/Redis.pm',
EXE_FILES => [qw()],
OBJECT => '',
BUILD_REQUIRES => {}
,
TEST_REQUIRES => {
'Test::More' => '0.88'
}
,
PREREQ_PM => {
'Mojolicious' => '8.50',
'Protocol::Redis::Faster' => '0.002',
'perl' => '5.016'
}
,
META_MERGE => {
'dynamic_config' => 0,
'meta-spec' => {version => 2},
'resources' => {
bugtracker => {web => 'https://github.com/jhthorsen/mojo-redis/issues'},
homepage => 'https://github.com/jhthorsen/mojo-redis',
repository => {
type => 'git',
url => 'https://github.com/jhthorsen/mojo-redis.git',
web => 'https://github.com/jhthorsen/mojo-redis',
},
},
'x_contributors' => [
'Jan Henning Thorsen <jhthorsen@cpan.org>',
'Dan Book <grinnz@grinnz.com>'
]
,
},
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 0.393 second using v1.01-cache-2.11-cpan-3989ada0592 )