summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-03 20:10:35 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-03 20:10:35 +0000
commit715657d80b4edb0d5f34350d957450b199d29bbf (patch)
tree1a0d99fab22c6688433ffb9ca389bc651cdde785
parent8bd1ed90c790e594e7d59e2ac5fed4faa7f2effe (diff)
Add missing use of Carp
-rw-r--r--Echolot/Storage/File.pm3
-rw-r--r--NEWS1
2 files changed, 3 insertions, 1 deletions
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm
index c25c46f..81e6524 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.44 2003/01/14 05:25:35 weasel Exp $
+# $Id: File.pm,v 1.45 2003/02/03 20:10:35 weasel Exp $
#
=pod
@@ -22,6 +22,7 @@ use strict;
use Data::Dumper;
use IO::Handle;
use English;
+use Carp;
use Fcntl ':flock'; # import LOCK_* constants
#use Fcntl ':seek'; # import SEEK_* constants
use POSIX; # import SEEK_* constants (older perls don't have SEEK_ in Fcntl)
diff --git a/NEWS b/NEWS
index 0ac6761..e663f96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
Changes in version
* Return undef rather than 0 if we cannot open a Maildir.
+ * Add missing use of Carp to Echolot::Storage::File.pm.
Changes in version 2.0.9 - 2003-01-14
* Logging is finally cleaned up. There are two new config options: