[libmessage-passing-perl] 07/11: Version 0.113

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 15:49:01 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 b37e8252c5ef69511b307fb71c79f44e7471066d
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date:   Fri Aug 2 09:26:07 2013 +0200

    Version 0.113
---
 Changes                |    1 +
 lib/Message/Passing.pm |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 6a81373..ea71d18 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.113 2013-08-02T09:25:00+02:00
   - Add Message::Passing::Filter::Mangle for use with Message::Passing::DSL
     when you don't want to write a named filter.
 
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 0e897ef..2a80b8a 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.112';
+our $VERSION = '0.113';
 $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