summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 17:07:50 +0200
committerGitHub <noreply@github.com>2018-06-21 17:07:50 +0200
commit1024d9b797217682cba6d89e484620782a7bb327 (patch)
treec3ab86a5590eecf30e7e2f901574004e3b5759af /Makefile.PL
parent454a5dcf66f9b3eafb61badc6ce61c8ebe52dd96 (diff)
downloadbugzilla-1024d9b797217682cba6d89e484620782a7bb327.tar.gz
bugzilla-1024d9b797217682cba6d89e484620782a7bb327.tar.xz
Bug 1461379 - use DBIx::Connector to manage database connections
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 484e66d3d..46228ab56 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -42,6 +42,7 @@ my %requires = (
'CPAN::Meta::Requirements' => '2.121',
'Class::XSAccessor' => '1.18',
'DBI' => '1.614',
+ 'DBIx::Connector' => 0,
'Data::Password::passwdqc' => '0.08',
'Date::Format' => '2.23',
'DateTime' => '0.75',