[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Alexander Hartmaier abraxxa at cpan.org
Mon May 6 11:57:48 UTC 2013


The following commit has been merged in the master branch:
commit 1f4756ab600eae23bc487f03be94edee4221ac53
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date:   Fri Sep 7 11:22:37 2012 +0200

    fixed Message::Passing::DSL synopsis
    
    namespace::clean broke it because it removed MooX::Options _option_data and _option_config

diff --git a/lib/Message/Passing/DSL.pm b/lib/Message/Passing/DSL.pm
index ab01e4b..1b1b293 100644
--- a/lib/Message/Passing/DSL.pm
+++ b/lib/Message/Passing/DSL.pm
@@ -113,7 +113,7 @@ Message::Passing::DSL - An easy way to make chains of Message::Passing component
     use MooX::Options;
     use Message::Passing::DSL;
     use MooX::Types::MooseLike::Base qw/ Str /;
-    use namespace::clean -except => 'meta';
+    use namespace::clean -except => [qw( meta _options_data _options_config )];
 
     with 'Message::Passing::Role::Script';
 
@@ -254,4 +254,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
\ No newline at end of file
+=cut

-- 
libmessage-passing-perl Debian packaging



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