summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-29 17:34:37 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-29 17:34:37 -0500
commit1386206cb27894af54557efc1ec5456d0a922adc (patch)
tree46ac037be75d120df1445594469175f758ca3a77
parent02b6f240e9722a2d7078d0bdceb8abc01695d0b6 (diff)
downloadio-socket-telnet-halfduplex-1386206cb27894af54557efc1ec5456d0a922adc.tar.gz
io-socket-telnet-halfduplex-1386206cb27894af54557efc1ec5456d0a922adc.zip
ummm, oops (strict + warnings)
-rw-r--r--lib/IO/Socket/Telnet/HalfDuplex.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/IO/Socket/Telnet/HalfDuplex.pm b/lib/IO/Socket/Telnet/HalfDuplex.pm
index f4fbe0c..3dfb899 100644
--- a/lib/IO/Socket/Telnet/HalfDuplex.pm
+++ b/lib/IO/Socket/Telnet/HalfDuplex.pm
@@ -1,3 +1,5 @@
+use strict;
+use warnings;
package IO::Socket::Telnet::HalfDuplex;
use base 'IO::Socket::Telnet';