use strict;
license 'perl';
all_from 'lib/Message/Passing/Redis.pm';
authority('GHENRY');
resources(
);
requires 'Message::Passing' => '0.006';
requires 'Redis';
test_requires 'Test::More' => '0.88';
author_requires(
'Test::Pod' => '1.14',
'Test::NoTabs' => '0',
'Test::Pod::Coverage' => '1.04',
'Pod::Coverage' => '0.19',
'Pod::Coverage::TrustPod' => '0',
'Test::Spelling' => '0',
);
author_tests 't/author';
if ($Module::Install::AUTHOR) {
system("pod2text lib/Message/Passing/Redis.pm > README")
and die $!;
}
WriteAll;