[libmessage-passing-zeromq-perl] 07/78: New namespace

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:17 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.

commit 60de1885d4798272a8c40358491d33f156aea623
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat Feb 25 12:53:26 2012 +0000

    New namespace
---
 Makefile.PL                    |    1 +
 lib/Log/Stash/Input/ZeroMQ.pm  |    2 +-
 lib/Log/Stash/Output/ZeroMQ.pm |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 0c7cedf..fc9f4d5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,6 +12,7 @@ requires 'JSON';
 requires 'JSON::XS';
 requires 'Try::Tiny';
 requires 'Task::Weaken';
+requires 'Log::Stash' => '0.001';
 
 test_requires 'Test::More' => '0.88';
 
diff --git a/lib/Log/Stash/Input/ZeroMQ.pm b/lib/Log/Stash/Input/ZeroMQ.pm
index c25554a..ff0e0b7 100644
--- a/lib/Log/Stash/Input/ZeroMQ.pm
+++ b/lib/Log/Stash/Input/ZeroMQ.pm
@@ -6,7 +6,7 @@ use Scalar::Util qw/ weaken /;
 use Try::Tiny qw/ try catch /;
 use namespace::autoclean;
 
-with 'Log::Stash::Mixin::Input';
+with 'Log::Stash::Role::Input';
 
 has socket_bind => (
     is => 'ro',
diff --git a/lib/Log/Stash/Output/ZeroMQ.pm b/lib/Log/Stash/Output/ZeroMQ.pm
index 8f15b70..eae3ba8 100644
--- a/lib/Log/Stash/Output/ZeroMQ.pm
+++ b/lib/Log/Stash/Output/ZeroMQ.pm
@@ -42,7 +42,7 @@ sub consume {
     $self->_zmq_send($bytes);
 }
 
-with 'Log::Stash::Mixin::Output';
+with 'Log::Stash::Role::Output';
 
 1;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



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