AnyEvent-Redis-RipeRedis

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.244 Sat Apr 13 00:41:25 MSK 2013
  - Added CONFIGURE_REQUIRES section in Makefile.PL.
  - TEST_REQUIRES section renamed back to BUILD_REQUIRES.

1.243 Sat Apr 13 00:41:25 MSK 2013
  - Minor fixes in POD.

1.242 Fri Apr 12 16:54:10 MSK 2013
  - Increased minimal required version of Perl up to v5.8.0
  - Test 10-exceptions.t rewritten with using Test::Fatal
  - Edited POD.
  - Minor changes in examples.
  - Fixed dates in Changes file
  - Fixed year in copyright in README file

1.241 Wed Apr 10 07:35:25 MSK 2013
  - Removed Test::MockObject from dependencies.
  - Minor fix in POD.

1.240 Tue Apr 9 19:40:55 MSK 2013

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: 'DEPRECATED. Use AnyEvent::RipeRedis instead'
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 6.98, CPAN::Meta::Converter version 2.142690'
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-Redis-RipeRedis',
      bugtracker => 'https://github.com/iph0/AnyEvent-Redis-RipeRedis/issues',
      repository => 'https://github.com/iph0/AnyEvent-Redis-RipeRedis',

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

use 5.008000;
use strict;
use warnings;

use Test::More tests => 15;
use Test::Fatal;
use AnyEvent::Redis::RipeRedis;

t_conn_timeout();
t_read_timeout();
t_min_reconnect_interval();
t_encoding();
t_on_message();


sub t_conn_timeout {



( run in 1.350 second using v1.01-cache-2.11-cpan-54e63673c56 )