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


The following commit has been merged in the master branch:
commit 3d81439586cce5f387647d2d6237e70308e6fbd9
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Sep 12 23:59:13 2012 +0100

    Version 0.106

diff --git a/Changes b/Changes
index 3ba74a1..f00bb91 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.106
   - Remove debug warning accidentally left in the UDP input.
 
 0.105
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 016708b..240957c 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -8,7 +8,7 @@ use MooX::Options flavour => [qw( pass_through )], protect_argv => 0;
 use namespace::clean -except => [qw/ meta new_with_options parse_options _options_data _options_config/];
 use 5.8.4;
 
-our $VERSION = '0.105';
+our $VERSION = '0.106';
 $VERSION = eval $VERSION;
 
 around 'parse_options' => sub {

-- 
libmessage-passing-perl Debian packaging



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