diff options
-rw-r--r-- | Echolot/Storage/File.pm | 3 | ||||
-rw-r--r-- | NEWS | 1 |
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) @@ -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: |