summaryrefslogtreecommitdiffstats
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
parent262449edeac2182aca7d4c5c68f3f8ee862ba10b (diff)
downloadbugzilla-65cec7539e036a9224d9df8e77cfd37f5970d3b5.tar.gz
bugzilla-65cec7539e036a9224d9df8e77cfd37f5970d3b5.tar.xz
Bug 1340727 - Add Text::CSV_XS as a dependency and regenerate carton bundle
-rw-r--r--META.json5
-rw-r--r--META.yml5
-rw-r--r--Makefile.PL1
3 files changed, 7 insertions, 4 deletions
diff --git a/META.json b/META.json
index ca339fe95..2d6c64b35 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Bugzilla Developers <developers@bugzilla.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005",
"license" : [
"unknown"
],
@@ -466,6 +466,7 @@
"Regexp::Common" : "0",
"Sys::Syslog" : "0",
"Template" : "2.24",
+ "Text::CSV_XS" : "0",
"Text::Diff" : "0",
"Tie::IxHash" : "0",
"URI" : "1.55",
@@ -483,5 +484,5 @@
},
"release_status" : "stable",
"version" : "42",
- "x_serialization_backend" : "JSON::PP version 2.27400"
+ "x_serialization_backend" : "JSON::PP version 2.27300"
}
diff --git a/META.yml b/META.yml
index c429780e9..0c0409554 100644
--- a/META.yml
+++ b/META.yml
@@ -10,7 +10,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: 6.57_07
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -254,10 +254,11 @@ requires:
Regexp::Common: '0'
Sys::Syslog: '0'
Template: '2.24'
+ Text::CSV_XS: '0'
Text::Diff: '0'
Tie::IxHash: '0'
URI: '1.55'
perl: '5.010001'
version: '0.87'
version: '42'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
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',
);