[libmessage-passing-zeromq-perl] 62/78: Version 0.006
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 09:28:28 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 495947293a855ffb5969b81374a2487ee37fbbc0
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Mon Feb 25 10:43:55 2013 +0000
Version 0.006
---
Changes | 1 +
lib/Message/Passing/ZeroMQ.pm | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index e945d4e..94431f6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.006
- Port to Moo
- Allow the client to supply a socket builder to take control of the
diff --git a/lib/Message/Passing/ZeroMQ.pm b/lib/Message/Passing/ZeroMQ.pm
index f87f926..89e9f68 100644
--- a/lib/Message/Passing/ZeroMQ.pm
+++ b/lib/Message/Passing/ZeroMQ.pm
@@ -6,7 +6,7 @@ use POSIX::AtFork ();
use Sub::Name;
use namespace::clean -except => 'meta';
-our $VERSION = "0.005";
+our $VERSION = "0.006";
$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