[libanyevent-handle-udp-perl] 08/60: Fix documentation
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 10:05:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libanyevent-handle-udp-perl.
commit 6beb4008e9616414c281c79fbeb42c6d65141f95
Author: Leon Timmermans <fawaka at gmail.com>
Date: Tue Feb 14 02:11:12 2012 +0100
Fix documentation
---
lib/AnyEvent/Handle/UDP.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/AnyEvent/Handle/UDP.pm b/lib/AnyEvent/Handle/UDP.pm
index bf41c19..c825a75 100644
--- a/lib/AnyEvent/Handle/UDP.pm
+++ b/lib/AnyEvent/Handle/UDP.pm
@@ -208,10 +208,10 @@ sub destroy {
1;
-__END__
-
# ABSTRACT: client/server UDP handles for AnyEvent
+__END__
+
=head1 DESCRIPTION
This module is an abstraction around UDP sockets for use with AnyEvent.
@@ -268,7 +268,7 @@ Connect to the specified address. Note that a connected socket may be reconnecte
=method push_send($message, $to?)
-Try to send a message. If a socket is not connected a receptient address must also be given. It is connected giving a receptient may not work as expected, depending on your platform.
+Try to send a message. If a socket is not connected a receptient address must also be given. If it is connected giving a receptient may not work as expected, depending on your platform.
=method destroy
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list