From df6ff9a2b3b96c9badade7e082dba6f3080eab0f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 16 Jul 2002 02:48:57 +0000 Subject: no "use warnings"; anymore so it runs with older perls --- Echolot/Config.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Echolot/Config.pm') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index e0518a9..412e3a8 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader -# $Id: Config.pm,v 1.27 2002/07/16 00:21:04 weasel Exp $ +# $Id: Config.pm,v 1.28 2002/07/16 02:48:57 weasel Exp $ # =pod @@ -38,7 +38,6 @@ The configuration file is searched in those places in that order: =cut use strict; -use warnings; use Carp; use English; -- cgit v1.2.3