From 39800b6eb48e05a2c907265578e407282a6738f7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 25 Jun 2015 23:05:17 +0200 Subject: timelocal.pl has been superseded by Time::Local. --- patchsets/skey/1.1.5/13_all_perl-timelocal.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patchsets/skey/1.1.5/13_all_perl-timelocal.patch (limited to 'patchsets/skey') diff --git a/patchsets/skey/1.1.5/13_all_perl-timelocal.patch b/patchsets/skey/1.1.5/13_all_perl-timelocal.patch new file mode 100644 index 0000000..c93984e --- /dev/null +++ b/patchsets/skey/1.1.5/13_all_perl-timelocal.patch @@ -0,0 +1,11 @@ +--- skey-1.1.5-orig/skeyprune.pl ++++ skey-1.1.5/skeyprune.pl +@@ -7,7 +7,7 @@ + # $OpenBSD: skeyprune.pl,v 1.1 1996/09/28 00:00:41 millert Exp $ + + # We need to be able convert to time_t +-require 'timelocal.pl'; ++require Time::Local; + + # Keep out the stupid + die "Only root may run $0.\n" if $>; -- cgit v1.2.3-65-gdbad