aboutsummaryrefslogblamecommitdiff
path: root/ftp/mirror/files/patch-dateconv.pl
blob: 4a44f7ee2c1a06e587918dc0fc9f622aa552a371 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                           
--- dateconv.pl.orig	1998-05-29 12:04:32.000000000 -0700
+++ dateconv.pl	2012-12-11 06:16:24.592709834 -0800
@@ -47,7 +47,8 @@
 }
 
 
-require 'timelocal.pl';
+# require 'timelocal.pl';
+use Time::Local qw(timelocal timegm);
 package dateconv;
 
 # Use timelocal rather than gmtime.