[libmessage-passing-perl] 09/12: Version 0.114
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 08:38:22 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmessage-passing-perl.
commit c8cb76602e7c26104a52db04c35c3ab1d94ab482
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date: Tue Sep 17 10:34:17 2013 +0200
Version 0.114
---
Changes | 3 ++-
lib/Message/Passing.pm | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index 3e85014..daaa3d2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.114 2013-09-17T10:30:00+02:00
- Fix test failures under Perl 5.18
- Improve documentation
@@ -8,7 +9,7 @@
0.112 2013-04-25T23:45:39+0100
- Change to LGPL_2_1.
-0.111 2013-03-03T15:54:12+0000
+0.111 2013-03-03T15:54:12+0000
- Fix STDIN input to exit on EOF.
0.110 2012-10-08T16:51:49+0100
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 02134d8..d078f60 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.113';
+our $VERSION = '0.114';
$VERSION = eval $VERSION;
around 'parse_options' => sub {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-perl.git
More information about the Pkg-perl-cvs-commits
mailing list