зеркало из https://github.com/mozilla/pjs.git
add use Time::Local because we need it. Must have removed it by
accident.
This commit is contained in:
Родитель
a01385386a
Коммит
baac20d1ea
|
@ -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#';
|
||||||
|
|
Загрузка…
Ссылка в новой задаче