diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-25 23:05:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-25 23:05:17 +0200 |
commit | 39800b6eb48e05a2c907265578e407282a6738f7 (patch) | |
tree | 5e09ac4ba355ce3c9502242326b50d0db1982e10 | |
parent | Replace broken perl script by sed, bug 553148. (diff) | |
download | ulm-39800b6eb48e05a2c907265578e407282a6738f7.tar.gz ulm-39800b6eb48e05a2c907265578e407282a6738f7.tar.bz2 ulm-39800b6eb48e05a2c907265578e407282a6738f7.zip |
timelocal.pl has been superseded by Time::Local.skey-1.1.5-patches-3
-rw-r--r-- | patchsets/skey/1.1.5/13_all_perl-timelocal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 $>; |