Skip to content

Commit

Permalink
Version 0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxxa committed Aug 2, 2013
1 parent 5bd5d36 commit b37e825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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.

Expand Down
2 changes: 1 addition & 1 deletion lib/Message/Passing.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit b37e825

Please sign in to comment.