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/Storage/File.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Echolot/Storage/File.pm') diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index fed07e3..e6b7a8d 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader -# $Id: File.pm,v 1.36 2002/07/13 21:11:52 weasel Exp $ +# $Id: File.pm,v 1.37 2002/07/16 02:48:57 weasel Exp $ # =pod @@ -19,13 +19,12 @@ This package provides several functions for data storage for echolot. =cut use strict; -use warnings; use Data::Dumper; use IO::Handle; use English; use Carp qw{cluck confess carp}; use Fcntl ':flock'; # import LOCK_* constants -use Fcntl ':seek'; # import LOCK_* constants +use Fcntl ':seek'; # import SEEK_* constants use Echolot::Tools; =item B (I<%args>) -- cgit v1.2.3