[libmessage-passing-perl] 04/11: added missing pod to Filter::ToLogstash to fix t/author/podcoverage.t
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 15:49:00 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-perl.
commit d2d89e8035e042c2bbd4e0df5d197e8b8b2563ad
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date: Mon Jul 29 17:40:20 2013 +0200
added missing pod to Filter::ToLogstash to fix t/author/podcoverage.t
---
lib/Message/Passing/Filter/ToLogstash.pm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/lib/Message/Passing/Filter/ToLogstash.pm b/lib/Message/Passing/Filter/ToLogstash.pm
index 6677a4b..7225a53 100644
--- a/lib/Message/Passing/Filter/ToLogstash.pm
+++ b/lib/Message/Passing/Filter/ToLogstash.pm
@@ -67,6 +67,23 @@ sub filter {
Method::Passing::Filter::ToLogstash
+=head1 DESCRIPTION
+
+This filter changes the message format to comply with LogStash.
+Duplicate tags will be removed.
+
+=head1 ATTRIBUTES
+
+=head2 default_tags
+
+This is the list of tags which get added to the messages' @tags field in case
+none have been included already.
+
+=head2 add_tags
+
+This is the list of tags which get added to the messages' @tags field in all
+cases.
+
=head1 METHODS
=head2 filter
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-perl.git
More information about the Pkg-perl-cvs-commits
mailing list