From bdcda45effd2fec32779200c4ee42e957c8ce0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Fri, 4 Aug 2017 02:18:27 +0200 Subject: Load DateTime::TimeZone before using it (upstream should care a bit more...) --- Bugzilla/Migrate.pm | 1 + Bugzilla/Util.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index 7865c842d..8db40031c 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -27,6 +27,7 @@ use Bugzilla::Version; use Data::Dumper; use Date::Parse; use DateTime; +use DateTime::TimeZone; use Fcntl qw(SEEK_SET); use File::Basename; use List::Util qw(first); diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index 5fe64621b..9d388699d 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -32,6 +32,7 @@ use Bugzilla::Error; use Date::Parse; use Date::Format; +use DateTime::TimeZone; use Digest; use Email::Address; use List::Util qw(first); -- cgit v1.2.1