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


The following commit has been merged in the master branch:
commit 0286045e0317ac21c65d4b03993e351ba2fc3a73
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat Aug 18 16:30:24 2012 +0100

    These aren't used/needed

diff --git a/lib/Message/Passing/Role/CLIComponent.pm b/lib/Message/Passing/Role/CLIComponent.pm
index c249b56..57d502c 100644
--- a/lib/Message/Passing/Role/CLIComponent.pm
+++ b/lib/Message/Passing/Role/CLIComponent.pm
@@ -2,13 +2,12 @@ package Message::Passing::Role::CLIComponent;
 use strict;
 use warnings;
 use Package::Variant
-    importing => ['Moo::Role', 'MooX::Options'],
+    importing => ['Moo::Role'],
     subs => [ qw(has around before after with) ];
 use MooX::Options;
 use MooX::Types::MooseLike::Base qw/ Str /;
 use JSON ();
 use Try::Tiny qw/ try /;
-#use namespace::clean -except => 'CLIComponent';
 
 sub make_variant {
     my ($class, $target_package, %arguments) = @_;

-- 
libmessage-passing-perl Debian packaging



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