]> git.llucax.com Git - software/mutt-debian.git/blobdiff - smime_keys.pl
upstream/608706-fix-spelling-errors.patch: to fix some spelling errors (Closes: 608706)
[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 ($;$$);