[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:23 UTC 2013
The following commit has been merged in the master branch:
commit 29e8d2c0e9d68116c7653fe89140043db3e44242
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Sun Jul 8 23:37:24 2012 +0100
Doc nit
diff --git a/Changes b/Changes
index 6f9875d..b7b6cdf 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+ - Doc fix in Message::Passing::Manual::Cookbook
+ https://github.com/suretec/Message-Passing/pull/2
+
- Add Gzip and Bzip2 encoders and decoders.
0.009
diff --git a/lib/Message/Passing/Manual/Cookbook.pod b/lib/Message/Passing/Manual/Cookbook.pod
index 45b4c1b..bdab8f4 100644
--- a/lib/Message/Passing/Manual/Cookbook.pod
+++ b/lib/Message/Passing/Manual/Cookbook.pod
@@ -41,7 +41,7 @@ And you've now got a multi-host log aggregation system for your application!
You don't have to do any of the above, if you don't want to - you can easily reuse the ZeroMQ
output yourself:
- my $log = essage::Passing::Output::ZeroMQ->new(
+ my $log = Message::Passing::Output::ZeroMQ->new(
connect => 'tcp://192.168.0.1:5558',
);
$log->consume("A log message");
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list