Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

use 5.008000;
WriteMakefile(
NAME => 'AnyEvent::Redis::RipeRedis',
VERSION_FROM => 'lib/AnyEvent/Redis/RipeRedis.pm', # finds $VERSION
MIN_PERL_VERSION => '5.008000',
PREREQ_PM => {
'AnyEvent' => 6.01,
'Encode' => 0,
'Scalar::Util' => 0,
'Digest::SHA' => 0,
'Carp' => 0,
},
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 6.64,
},
BUILD_REQUIRES => {
'Test::More' => 0.98,
'Test::RedisServer' => 0.14,
'Test::TCP' => 2.02,
'Test::Fatal' => 0.013,
},
META_MERGE => {
resources => {
},
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/AnyEvent/Redis/RipeRedis.pm', # retrieve abstract from module
AUTHOR => 'Eugene Ponizovsky <ponizovsky@gmail.com>') : ()),
LICENSE => 'perl',
);