diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-11 17:41:07 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-11 17:41:07 +0000 |
commit | 6f78f17949ad78ab960cc0112aa5b293211b4418 (patch) | |
tree | bf1c02fb49a316a2faeb9cd27e6c765667785f1c /Echolot/Storage/File.pm | |
parent | 4d2d1ce20b09671c1c23b8364c1e218ae89af83a (diff) |
Also import croak and carp
Diffstat (limited to 'Echolot/Storage/File.pm')
-rw-r--r-- | Echolot/Storage/File.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index 68b5242..924db0e 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: File.pm,v 1.30 2002/07/10 13:01:03 weasel Exp $ +# $Id: File.pm,v 1.31 2002/07/11 17:41:07 weasel Exp $ # =pod @@ -23,7 +23,7 @@ use warnings; use Data::Dumper; use IO::Handle; use English; -use Carp qw{cluck confess}; +use Carp qw{cluck confess croak carp}; use Fcntl ':flock'; # import LOCK_* constants use Fcntl ':seek'; # import LOCK_* constants use Echolot::Tools; |