From 34b392c34fab6beb3d94ed944fb90f94fcf38d76 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 18 Nov 2011 13:14:32 +0100 Subject: Bug 696537: Load DateTime only when datetime_from() is called r/a=mkanat --- mod_perl.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'mod_perl.pl') diff --git a/mod_perl.pl b/mod_perl.pl index 2f4016952..fb597d744 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -39,6 +39,7 @@ use Apache2::Log (); use Apache2::ServerUtil; use ModPerl::RegistryLoader (); use File::Basename (); +use DateTime (); # This loads most of our modules. use Bugzilla (); -- cgit v1.2.3-24-g4f1b