summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-04-26 17:02:49 +0200
committerDylan William Hardison <dylan@hardison.net>2016-04-26 17:02:49 +0200
commitc44470a368465adfe329fcfc32492829a21878da (patch)
tree84a4e0a7cfd1784f33451aa949ac4860ee813a69 /META.json
parent8506c4e0760251a4ad21df08d9a853f526df182e (diff)
downloadbugzilla-c44470a368465adfe329fcfc32492829a21878da.tar.gz
bugzilla-c44470a368465adfe329fcfc32492829a21878da.tar.xz
fix module metadata
Diffstat (limited to 'META.json')
-rw-r--r--META.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/META.json b/META.json
index cfb9e0e96..e09eded53 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.0401, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005",
"license" : [
"unknown"
],
@@ -348,7 +348,7 @@
},
"runtime" : {
"requires" : {
- "CGI" : "3.51",
+ "CGI" : "4.09",
"DBI" : "1.614",
"Date::Format" : "2.23",
"DateTime" : "0.75",
@@ -362,11 +362,12 @@
"Math::Random::ISAAC" : "v1.0.1",
"Template" : "2.24",
"URI" : "1.55",
- "perl" : "5.010001"
+ "perl" : "5.014000"
}
},
"test" : {
"requires" : {
+ "Pod::Checker" : "0",
"Pod::Coverage" : "0",
"Test::More" : "0",
"Test::Perl::Critic" : "0"
@@ -375,5 +376,5 @@
},
"release_status" : "stable",
"version" : "5.1",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "x_serialization_backend" : "JSON::PP version 2.27203"
}