add use Time::Local because we need it. Must have removed it by

accident.
This commit is contained in:
kestes%staff.mail.com 2000-10-27 15:29:52 +00:00
Родитель a01385386a
Коммит baac20d1ea
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,8 @@
# logs in compressed form for future reference. # logs in compressed form for future reference.
# $Revision: 1.8 $ # $Revision: 1.9 $
# $Date: 2000-10-18 20:24:06 $ # $Date: 2000-10-27 15:29:52 $
# $Author: kestes%staff.mail.com $ # $Author: kestes%staff.mail.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/Attic/processmail,v $ # $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/Attic/processmail,v $
# $Name: $ # $Name: $
@ -45,6 +45,7 @@ use File::Basename;
use Sys::Hostname; use Sys::Hostname;
use File::stat; use File::stat;
use Getopt::Long; use Getopt::Long;
use Time::Local;
# Tinderbox libraries # Tinderbox libraries
use lib '#tinder_libdir#'; use lib '#tinder_libdir#';