summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-03-08 19:43:18 +0100
committerDylan William Hardison <dylan@hardison.net>2017-03-08 21:24:24 +0100
commitf52dda762fb47562ccf21f359ad679156a16e5c9 (patch)
tree1099251aa6eb460cbff836df37216435ceb9df47
parentb22d0f925178523bdd5b7aecd9deb86382f34f05 (diff)
downloadbugzilla-f52dda762fb47562ccf21f359ad679156a16e5c9.tar.gz
bugzilla-f52dda762fb47562ccf21f359ad679156a16e5c9.tar.xz
Add Throwable
-rw-r--r--META.json7
-rw-r--r--META.yml5
-rw-r--r--Makefile.PL1
3 files changed, 8 insertions, 5 deletions
diff --git a/META.json b/META.json
index 7a3080a1a..ba537767c 100644
--- a/META.json
+++ b/META.json
@@ -3,8 +3,8 @@
"author" : [
"Bugzilla Developers <developers@bugzilla.org>"
],
- "dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter version 2.150005",
"license" : [
"unknown"
],
@@ -479,6 +479,7 @@
"Template" : "2.24",
"Text::CSV_XS" : "0",
"Text::Diff" : "0",
+ "Throwable" : "0",
"Tie::IxHash" : "0",
"URI" : "1.55",
"perl" : "5.010001",
@@ -495,5 +496,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 84e927c30..7edf6b932 100644
--- a/META.yml
+++ b/META.yml
@@ -9,8 +9,8 @@ build_requires:
Test::WWW::Selenium: '0'
configure_requires:
ExtUtils::MakeMaker: 6.57_07
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter version 2.150005'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -261,6 +261,7 @@ requires:
Template: '2.24'
Text::CSV_XS: '0'
Text::Diff: '0'
+ Throwable: '0'
Tie::IxHash: '0'
URI: '1.55'
perl: '5.010001'
diff --git a/Makefile.PL b/Makefile.PL
index 14062e872..f9054cc21 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -73,6 +73,7 @@ my %requires = (
'Parse::CPAN::Meta' => '1.44',
'Template' => '2.24',
'Text::CSV_XS' => 0,
+ 'Throwable' => 0,
'URI' => '1.55',
'version' => '0.87',
);