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


The following commit has been merged in the master branch:
commit 4ed94c2c8a3cfe60503b4e0d379bbd431863fd49
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Sep 27 09:52:46 2012 +0100

    Fix bug

diff --git a/lib/Message/Passing/Role/Script.pm b/lib/Message/Passing/Role/Script.pm
index 12631dd..e6c39e3 100644
--- a/lib/Message/Passing/Role/Script.pm
+++ b/lib/Message/Passing/Role/Script.pm
@@ -5,6 +5,7 @@ use MooX::Types::MooseLike::Base qw/ Bool Str /;
 use Getopt::Long qw(:config pass_through);
 use POSIX qw(setuid setgid);
 use Message::Passing::DSL;
+use Carp qw/ confess /;
 use namespace::clean -except => 'meta';
 
 requires 'build_chain';

-- 
libmessage-passing-perl Debian packaging



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