From 715657d80b4edb0d5f34350d957450b199d29bbf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 3 Feb 2003 20:10:35 +0000 Subject: Add missing use of Carp --- Echolot/Storage/File.pm | 3 ++- NEWS | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 -# $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: -- cgit v1.2.3