[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:01 UTC 2013


The following commit has been merged in the master branch:
commit 6d5deb98f04b60242dad5ff22611fc52fadd1378
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun May 27 08:21:31 2012 +0100

    Version 0.002_01

diff --git a/Changes b/Changes
index 666f1cd..a22092b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.002_01
+   - Add more core roles for use by extensions which need to make
+     a connection.
+
    - Rename to Message::Passing, as it's a better description
      of what we do, and will cause less confusion with other projects.
 
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 779acb5..a2a8ec6 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -13,7 +13,7 @@ with
     'Message::Passing::Role::CLIComponent' => { name => 'filter', default => 'Null' },
     'Message::Passing::Role::Script';
 
-our $VERSION = '0.002';
+our $VERSION = '0.002_01';
 $VERSION = eval $VERSION;
 
 sub build_chain {

-- 
libmessage-passing-perl Debian packaging



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