summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-30 18:14:26 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-30 18:14:26 -0500
commit3e182b9d058d41c5a1538fdfc8678e2283eb0b4c (patch)
tree9ddf9d8f4245e133fb005041d36631a9b07aa2e5
parent3aa003a1fcb299c9e116ec401cfed039fd4a9005 (diff)
downloadio-socket-telnet-halfduplex-3e182b9d058d41c5a1538fdfc8678e2283eb0b4c.tar.gz
io-socket-telnet-halfduplex-3e182b9d058d41c5a1538fdfc8678e2283eb0b4c.zip
oops, forgot to credit Sartak here
-rw-r--r--lib/IO/Socket/Telnet/HalfDuplex.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/IO/Socket/Telnet/HalfDuplex.pm b/lib/IO/Socket/Telnet/HalfDuplex.pm
index 7e108a5..87fb383 100644
--- a/lib/IO/Socket/Telnet/HalfDuplex.pm
+++ b/lib/IO/Socket/Telnet/HalfDuplex.pm
@@ -150,6 +150,10 @@ L<IO::Socket::Telnet>, L<IO::Socket::INET>, L<IO::Socket>, L<IO::Handle>
L<http://www.ietf.org/rfc/rfc854.txt>
+=head1 CREDITS
+
+This algorithm (and most of the implementation) is due to Shawn Moore (L<http://search.cpan.org/~sartak/>) for projects such as L<TAEB> and L<http://interhack.us>.
+
=head1 SUPPORT
You can find this documentation for this module with the perldoc command.