blob: b5cab6bf966b4b7d0ef9acfd5325c6a083de417d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./majordomo.orig 2013-11-24 18:52:53.333372091 +0400
+++ ./majordomo 2013-11-24 18:50:33.000000000 +0400
@@ -71,7 +71,7 @@
# All these should be in the standard PERL library
unshift(@INC, $homedir);
-require "ctime.pl"; # To get MoY definitions for month abbrevs
+use POSIX qw(ctime); # To get MoY definitions for month abbrevs
require "majordomo_version.pl"; # What version of Majordomo is this?
require "majordomo.pl"; # all sorts of general-purpose Majordomo subs
require "shlock.pl"; # NNTP-style file locking
|