AnyEvent-RipeRedis

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "File::Temp" : "0.19",
            "POSIX" : "0",
            "Test::Fatal" : "0.013",
            "Test::More" : "0.98",
            "Test::TCP" : "2.12",
            "Time::HiRes" : "0",
            "version" : "0.77"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.64"
         }

META.yml  view on Meta::CPAN

---
abstract: 'Flexible non-blocking Redis client'
author:
  - 'Eugene Ponizovsky <ponizovsky@gmail.com>'
build_requires:
  File::Temp: '0.19'
  POSIX: '0'
  Test::Fatal: '0.013'
  Test::More: '0.98'
  Test::TCP: '2.12'
  Time::HiRes: '0'
  version: '0.77'
configure_requires:
  ExtUtils::MakeMaker: '6.64'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

Makefile.PL  view on Meta::CPAN

    'Scalar::Util' => '0',
    'Digest::SHA'  => '0',
    'Carp'         => '0',
  },
  CONFIGURE_REQUIRES => {
    'ExtUtils::MakeMaker' => '6.64',
  },
  BUILD_REQUIRES => {
    'Test::More'  => '0.98',
    'Test::TCP'   => '2.12',
    'Test::Fatal' => '0.013',
    'Time::HiRes' => '0',
    'File::Temp'  => '0.19',
    'POSIX'       => '0',
    version       => '0.77',
  },
  META_MERGE => {
    resources => {
      homepage   => 'https://github.com/iph0/AnyEvent-RipeRedis',
      bugtracker => 'https://github.com/iph0/AnyEvent-RipeRedis/issues',
      repository => 'https://github.com/iph0/AnyEvent-RipeRedis',

t/10-exceptions.t  view on Meta::CPAN

use 5.008000;
use strict;
use warnings;

use Test::More tests => 20;
use Test::Fatal;
use AnyEvent::RipeRedis;

t_conn_timeout();
t_read_timeout();
t_reconnect_interval();
t_not_allowed_after_multi();
t_on_message();


sub t_conn_timeout {



( run in 3.193 seconds using v1.01-cache-2.11-cpan-54e63673c56 )