diff options
author | jeff <jeff> | 2008-12-23 21:41:09 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-12-23 21:41:09 +0000 |
commit | 36d1c468816c940f288e20094fd5b62d4f2580af (patch) | |
tree | 02d173ede99835512266acbaeec85b9a01601dbd | |
parent | 6d59750695aca810d463dcd8d92a4ad6a0138d84 (diff) |
miss use
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 77f9e4029..a41415b6b 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -9,7 +9,7 @@ use Safe; use Carp; use Exporter; use Scalar::Util qw( blessed ); -use Time::Local qw(timelocal_nocheck); +use Time::Local qw(timelocal timelocal_nocheck); use Data::Dumper; use Tie::IxHash; use Digest::MD5 qw(md5_base64); |