[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:08 UTC 2013


The following commit has been merged in the master branch:
commit e7ed440a1b15e166924339050eb60239961a4640
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Fri Jun 8 01:25:15 2012 +0100

    Version 0.006

diff --git a/Changes b/Changes
index 8ebb730..aae8cb1 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.006
   - Rip JSON encoders and decoders out of inputs and
     outputs, making them optional and/or replaceable.
     *NOTE* Current Input / Output code will need updating
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 494180f..6c5b43b 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -15,7 +15,7 @@ with
     'Message::Passing::Role::CLIComponent' => { name => 'encoder', default => 'JSON' },
     'Message::Passing::Role::Script';
 
-our $VERSION = '0.005';
+our $VERSION = '0.006';
 $VERSION = eval $VERSION;
 
 sub build_chain {

-- 
libmessage-passing-perl Debian packaging



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