summaryrefslogtreecommitdiff
path: root/Echolot/Scheduler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Echolot/Scheduler.pm')
-rw-r--r--Echolot/Scheduler.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Scheduler.pm b/Echolot/Scheduler.pm
index 24ca6e3..8ac4983 100644
--- a/Echolot/Scheduler.pm
+++ b/Echolot/Scheduler.pm
@@ -1,7 +1,7 @@
package Echolot::Scheduler;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Scheduler.pm,v 1.1 2002/06/05 04:05:40 weasel Exp $
+# $Id: Scheduler.pm,v 1.2 2002/06/11 10:16:38 weasel Exp $
#
=pod
@@ -21,7 +21,7 @@ the ping daemon.
use strict;
use warnings;
-use Carp gw{cluck};
+use Carp qw{cluck};
my $ORDER = 1;