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


The following commit has been merged in the master branch:
commit 2cfe62ba4be2a44e0062e36e83e1b6e963f7c5e5
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Aug 23 21:23:52 2012 +0100

    Version 0.101

diff --git a/Changes b/Changes
index 03c5526..26f999f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.101
   - Fix daemonization features provided by Message::Passing::Role::Script
     to work on the command line again by exlicitly using MooX::Options
 
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index d630f9b..14048a5 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.100';
+our $VERSION = '0.101';
 $VERSION = eval $VERSION;
 
 sub new_with_options {

-- 
libmessage-passing-perl Debian packaging



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