]> git.llucax.com Git - software/mutt-debian.git/blobdiff - smime_keys.pl
debian-specific/566076-build_doc_adjustments.patch: use w3m to build the manual ...
[software/mutt-debian.git] / smime_keys.pl
index 3c51bc955da449eb60b6dc6acdb5d0fdf69a3bf6..a82535883aa820c8e9f17b607512ad56a40c1dc4 100755 (executable)
@@ -24,7 +24,7 @@ use File::Glob ':glob';
 
 umask 077;
 
-require "timelocal.pl";
+use Time::Local;
 
 sub usage ();
 sub newfile ($;$$);