summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-02-18 00:05:53 +0100
committerDylan William Hardison <dylan@hardison.net>2017-02-20 16:56:41 +0100
commit65cec7539e036a9224d9df8e77cfd37f5970d3b5 (patch)
tree431b2d23d6a77e13ffd199db4fca28b0c68ae9e3 /Makefile.PL
parent262449edeac2182aca7d4c5c68f3f8ee862ba10b (diff)
downloadbugzilla-65cec7539e036a9224d9df8e77cfd37f5970d3b5.tar.gz
bugzilla-65cec7539e036a9224d9df8e77cfd37f5970d3b5.tar.xz
Bug 1340727 - Add Text::CSV_XS as a dependency and regenerate carton bundle
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 17ed79583..0e761e4c7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -72,6 +72,7 @@ my %requires = (
'Moo' => 2,
'Parse::CPAN::Meta' => '1.44',
'Template' => '2.24',
+ 'Text::CSV_XS' => 0,
'URI' => '1.55',
'version' => '0.87',
);