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


The following commit has been merged in the master branch:
commit b7b05ed812163973ab6abe3d34b89d1fe47d1c57
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Sep 5 09:07:00 2012 +0100

    Version 0.103

diff --git a/Changes b/Changes
index 9a969c2..b548c1f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.103
   - Message::Passing::Input::FileTail now defaults to outputting a hash
     of data which contains additional metadata to the message line,
     such as the hostname, timestamp, filename. A 'raw => 1' option has
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 142d1cd..fd74c0a 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.102';
+our $VERSION = '0.103';
 $VERSION = eval $VERSION;
 
 sub new_with_options {

-- 
libmessage-passing-perl Debian packaging



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