[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:56:53 UTC 2013
The following commit has been merged in the master branch:
commit ee33cc73085fda8f3f6db5e07c66227889e6d1c2
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Tue Apr 24 10:17:22 2012 +0100
Add extra doc links
diff --git a/lib/Log/Stash.pm b/lib/Log/Stash.pm
index 222b4c6..dee7e0a 100644
--- a/lib/Log/Stash.pm
+++ b/lib/Log/Stash.pm
@@ -154,6 +154,11 @@ that you want to repeat, or you want to write your own server
which does something more flexible than the normal script allows,
then see L<Log::Stash::DSL>.
+To dive straight in, see the documentation for the command line utility
+L<logstash>, and see the examples in L<Log::Stash::Manual::Cookbook>.
+
+For more about how the system works, see L<Log::Stash::Manual::Concepts>.
+
=head1 COMPONENTS
Below is a non-exhaustive list of components available.
diff --git a/lib/Log/Stash/Manual.pod b/lib/Log/Stash/Manual.pod
index 79ba46d..3857f59 100644
--- a/lib/Log/Stash/Manual.pod
+++ b/lib/Log/Stash/Manual.pod
@@ -6,6 +6,10 @@ Log::Stash::Manual - table of contents for Log::Stash documentation
=over
+=item L<Log::Stash::Manual::Concepts>
+
+How (and why) logstash works.
+
=item L<Log::Stash::Manual::Cookbook>
Practical examplesof things you can do with the framework.
diff --git a/lib/Log/Stash/Role/Filter.pm b/lib/Log/Stash/Role/Filter.pm
index 125ca5a..ec1ec00 100644
--- a/lib/Log/Stash/Role/Filter.pm
+++ b/lib/Log/Stash/Role/Filter.pm
@@ -52,7 +52,13 @@ In the case where the filter returns a message, outputs the message to the next
=head1 SEE ALSO
-L<Log::Stash>
+=over
+
+=item L<Log::Stash>
+
+=item L<Log::Stash::Manual::Concepts>
+
+=back
=head1 SPONSORSHIP
diff --git a/lib/Log/Stash/Role/Input.pm b/lib/Log/Stash/Role/Input.pm
index 6343932..40da716 100644
--- a/lib/Log/Stash/Role/Input.pm
+++ b/lib/Log/Stash/Role/Input.pm
@@ -37,7 +37,13 @@ JSON decodes a message supplied as a parameter.
=head1 SEE ALSO
-L<Log::Stash>
+=over
+
+=item L<Log::Stash>
+
+=item L<Log::Stash::Manual::Concepts>
+
+=back
=head1 SPONSORSHIP
diff --git a/lib/Log/Stash/Role/Output.pm b/lib/Log/Stash/Role/Output.pm
index b44e3ea..a3299c7 100644
--- a/lib/Log/Stash/Role/Output.pm
+++ b/lib/Log/Stash/Role/Output.pm
@@ -36,7 +36,13 @@ Consume a message
=head1 SEE ALSO
-L<Log::Stash>
+=over
+
+=item L<Log::Stash>
+
+=item L<Log::Stash::Manual::Concepts>
+
+=back
=head1 SPONSORSHIP
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list