[libmessage-passing-perl] 05/11: added pod to Input::Socket::UDP 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 6a8801070de0a09ef4eac0d5e933b64c95c99a84
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date: Mon Jul 29 17:41:20 2013 +0200
added pod to Input::Socket::UDP to fix t/author/podcoverage.t
---
lib/Message/Passing/Input/Socket/UDP.pm | 37 +++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/lib/Message/Passing/Input/Socket/UDP.pm b/lib/Message/Passing/Input/Socket/UDP.pm
index f895495..d94fda7 100644
--- a/lib/Message/Passing/Input/Socket/UDP.pm
+++ b/lib/Message/Passing/Input/Socket/UDP.pm
@@ -56,3 +56,40 @@ sub _build_handle {
1;
+=head1 NAME
+
+Message::Passing::Input::Socket::UDP - UDP input
+
+=head1 DESCRIPTION
+
+An input which gets messages from a UDP network socket using
+L<AnyEvent::Handle::UDP>.
+
+=head1 ATTRIBUTES
+
+=head2 hostname
+
+The hostname L<AnyEvent::Handle::UDP/new> will bind to.
+
+=head2 port
+
+The port L<AnyEvent::Handle::UDP/new> will bind to.
+
+=head1 SEE ALSO
+
+L<Message::Passing>
+
+=head1 SPONSORSHIP
+
+This module exists due to the wonderful people at Suretec Systems Ltd.
+<http://www.suretecsystems.com/> who sponsored its development for its
+VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use with
+the SureVoIP API -
+<http://www.surevoip.co.uk/support/wiki/api_documentation>
+
+=head1 AUTHOR, COPYRIGHT AND LICENSE
+
+See L<Message::Passing>.
+
+=cut
+
--
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