--- ./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
