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


The following commit has been merged in the master branch:
commit df479d29fa72800e91ecf15fa653061b3c25b9fc
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Mar 3 15:54:12 2013 +0000

    Version 0.111

diff --git a/Changes b/Changes
index 41c3412..741fdb5 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.111
   - Fix STDIN input to exit on EOF.
 
 0.110
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index c789a7c..2ea0d9a 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.110';
+our $VERSION = '0.111';
 $VERSION = eval $VERSION;
 
 around 'parse_options' => sub {

-- 
libmessage-passing-perl Debian packaging



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