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

Tomas Doran tomas.doran at timgroup.com
Mon May 6 11:57:54 UTC 2013


The following commit has been merged in the master branch:
commit a9f90b2908d4a138dbf569b88a6c8d8990c1defb
Author: Tomas Doran <tomas.doran at timgroup.com>
Date:   Mon Oct 8 16:51:49 2012 +0100

    Version 0.110

diff --git a/Changes b/Changes
index c384d3d..e8e8cd2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.110
   - Fix v-string to work with perl 5.8. RT#80034
   - Fix issues stopping multiple FileTail inputs being used in the
     same process.
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index b9238c8..c789a7c 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.008004;
 
-our $VERSION = '0.109';
+our $VERSION = '0.110';
 $VERSION = eval $VERSION;
 
 around 'parse_options' => sub {

-- 
libmessage-passing-perl Debian packaging



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