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


The following commit has been merged in the master branch:
commit 70af57fab2956ce9a7e34155f104e560f12a7ad8
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Jul 15 11:09:28 2012 +0100

    Doesn't work nicely for some reason

diff --git a/lib/Message/Passing/Role/Output.pm b/lib/Message/Passing/Role/Output.pm
index 00c578e..c9bf05b 100644
--- a/lib/Message/Passing/Role/Output.pm
+++ b/lib/Message/Passing/Role/Output.pm
@@ -2,10 +2,12 @@ package Message::Passing::Role::Output;
 use Moo::Role;
 use JSON qw/ to_json /;
 use Scalar::Util qw/ blessed /;
-use namespace::clean -except => 'meta';
+#use namespace::clean -except => 'meta';
 
 requires 'consume';
 
+no Moo::Role;
+
 1;
 
 =head1 NAME

-- 
libmessage-passing-perl Debian packaging



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