summaryrefslogtreecommitdiff
path: root/Echolot/Commands.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-16 02:48:57 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-16 02:48:57 +0000
commitdf6ff9a2b3b96c9badade7e082dba6f3080eab0f (patch)
tree1b6492fd6305587aeaa6cbe49e1470e71ef4c1c8 /Echolot/Commands.pm
parent9642d0b58123b106caef8e8642514d81ef9d2ecc (diff)
no "use warnings"; anymore so it runs with older perls
Diffstat (limited to 'Echolot/Commands.pm')
-rw-r--r--Echolot/Commands.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Echolot/Commands.pm b/Echolot/Commands.pm
index 41b9804..667f27b 100644
--- a/Echolot/Commands.pm
+++ b/Echolot/Commands.pm
@@ -1,7 +1,7 @@
package Echolot::Commands;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Commands.pm,v 1.6 2002/07/13 23:37:55 weasel Exp $
+# $Id: Commands.pm,v 1.7 2002/07/16 02:48:57 weasel Exp $
#
=pod
@@ -17,10 +17,9 @@ This package provides functions for sending out and receiving pings.
=cut
use strict;
-use warnings;
use Carp qw{cluck};
use Fcntl ':flock'; # import LOCK_* constants
-use Fcntl ':seek'; # import LOCK_* constants
+use Fcntl ':seek'; # import SEEK_* constants
use English;
sub addCommand($) {