summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-29 17:47:37 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-29 17:47:37 -0500
commit88d95e03e7b05c3aaffded98a5945e280309b010 (patch)
tree720c135100e9bf819ae9824bdc2b8e5ec1863e70
parentcd3fc8df3e7fb43f27d0c5c190dd9ce497cfdb25 (diff)
downloadio-socket-telnet-halfduplex-88d95e03e7b05c3aaffded98a5945e280309b010.tar.gz
io-socket-telnet-halfduplex-88d95e03e7b05c3aaffded98a5945e280309b010.zip
fill in basic pod bits
-rw-r--r--lib/IO/Socket/Telnet/HalfDuplex.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/IO/Socket/Telnet/HalfDuplex.pm b/lib/IO/Socket/Telnet/HalfDuplex.pm
index 4197c68..d585dad 100644
--- a/lib/IO/Socket/Telnet/HalfDuplex.pm
+++ b/lib/IO/Socket/Telnet/HalfDuplex.pm
@@ -5,6 +5,7 @@ use base 'IO::Socket::Telnet';
=head1 NAME
+IO::Socket::Telnet::HalfDuplex - more reliable telnet communication
=head1 SYNOPSIS
@@ -96,11 +97,11 @@ Please report any bugs through RT: email
C<bug-io-socket-telnet-halfduplex at rt.cpan.org>, or browse to
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IO-Socket-Telnet-HalfDuplex>.
-=head1 TODO
-
-
=head1 SEE ALSO
+L<IO::Socket::Telnet>, L<IO::Socket::INET>, L<IO::Socket>, L<IO::Handle>
+
+L<http://www.ietf.org/rfc/rfc854.txt>
=head1 SUPPORT