diff options
Diffstat (limited to 'Echolot/Globals.pm')
-rw-r--r-- | Echolot/Globals.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Echolot/Globals.pm b/Echolot/Globals.pm index 0a1dabb..c4db482 100644 --- a/Echolot/Globals.pm +++ b/Echolot/Globals.pm @@ -1,7 +1,7 @@ package Echolot::Globals; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Globals.pm,v 1.3 2002/07/16 00:53:33 weasel Exp $ +# $Id: Globals.pm,v 1.4 2002/07/16 02:48:57 weasel Exp $ # =pod @@ -15,7 +15,6 @@ Echolot::Globals - echolot global variables =cut use strict; -use warnings; use Carp; my $GLOBALS; |