summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-11-18 13:14:32 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-11-18 13:14:32 +0100
commit34b392c34fab6beb3d94ed944fb90f94fcf38d76 (patch)
tree61708ebed11cc99b243eb3723e138bd4a377a000 /mod_perl.pl
parentbf1b11403e315a95d27dd12da297ceebbf9f3a4e (diff)
downloadbugzilla-34b392c34fab6beb3d94ed944fb90f94fcf38d76.tar.gz
bugzilla-34b392c34fab6beb3d94ed944fb90f94fcf38d76.tar.xz
Bug 696537: Load DateTime only when datetime_from() is called
r/a=mkanat
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl1
1 files changed, 1 insertions, 0 deletions
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 ();