[libmessage-passing-zeromq-perl] 30/78: Version 0.002

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.

commit 49fec89143d0cb12e954996e8436d2e45003286d
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun May 13 17:40:35 2012 +0100

    Version 0.002
---
 Changes                 |    3 +++
 lib/Log/Stash/ZeroMQ.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index ec2ed76..cc7dffd 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.002
+    - Avoid bug in earlier ZeroMQ versions by dependening on newer ones.
+
 0.001
     - Initial version
 
diff --git a/lib/Log/Stash/ZeroMQ.pm b/lib/Log/Stash/ZeroMQ.pm
index 28c4585..eb38083 100644
--- a/lib/Log/Stash/ZeroMQ.pm
+++ b/lib/Log/Stash/ZeroMQ.pm
@@ -5,7 +5,7 @@ use POSIX::AtFork ();
 use Sub::Name;
 use namespace::autoclean;
 
-our $VERSION = "0.001";
+our $VERSION = "0.002";
 $VERSION = eval $VERSION;
 
 our @_WITH_CONTEXTS;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



More information about the Pkg-perl-cvs-commits mailing list