libanyevent-redis-perl 0.24-1 source package in Ubuntu

Changelog

libanyevent-redis-perl (0.24-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Alessandro Ghedini ]
  * Email change: Alessandro Ghedini -> <email address hidden>

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Xavier Guimard ]
  * Imported Upstream version 0.24
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8
  * Update debian/copyright (years and format)
  * Remove libtry-tiny-perl dependency

 -- Xavier Guimard <email address hidden>  Sun, 16 Dec 2012 15:19:40 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libanyevent-redis-perl_0.24-1.dsc 2.2 KiB 30bd0c3dcd5360d36dbcccf7c9df7d42e103cfb4b2b7a57580b6313aae94c49f
libanyevent-redis-perl_0.24.orig.tar.gz 32.1 KiB b664a5394c7ff62ecfbba5c208559312c062501729e3d9275309dabacfbaf794
libanyevent-redis-perl_0.24-1.debian.tar.gz 1.8 KiB b3175c7af7de5a6762d08340c57530d58ad82771e483d342a9391f3d5f3ccff7

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-redis-perl: Perl module that implements a non-blocking Redis client

 AnyEvent::Redis is a non-blocking (event-driven) Redis client based
 on the AnyEvent event loop framework.
 .
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.