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/Mailin.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Echolot/Mailin.pm') diff --git a/Echolot/Mailin.pm b/Echolot/Mailin.pm index f845758..3904beb 100644 --- a/Echolot/Mailin.pm +++ b/Echolot/Mailin.pm @@ -1,7 +1,7 @@ package Echolot::Mailin; # (c) 2002 Peter Palfrader -# $Id: Mailin.pm,v 1.5 2002/07/11 17:45:59 weasel Exp $ +# $Id: Mailin.pm,v 1.6 2002/07/16 02:48:57 weasel Exp $ # =pod @@ -16,7 +16,6 @@ Echolot::Mailin - Incoming Mail Dispatcher for Echolot =cut use strict; -use warnings; use Carp qw{cluck}; use English; use Echolot::Globals; -- cgit v1.2.3