fix module metadata

parent 8506c4e0
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Bugzilla Developers <developers@bugzilla.org>" "Bugzilla Developers <developers@bugzilla.org>"
], ],
"dynamic_config" : 1, "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" : [ "license" : [
"unknown" "unknown"
], ],
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
}, },
"runtime" : { "runtime" : {
"requires" : { "requires" : {
"CGI" : "3.51", "CGI" : "4.09",
"DBI" : "1.614", "DBI" : "1.614",
"Date::Format" : "2.23", "Date::Format" : "2.23",
"DateTime" : "0.75", "DateTime" : "0.75",
...@@ -362,11 +362,12 @@ ...@@ -362,11 +362,12 @@
"Math::Random::ISAAC" : "v1.0.1", "Math::Random::ISAAC" : "v1.0.1",
"Template" : "2.24", "Template" : "2.24",
"URI" : "1.55", "URI" : "1.55",
"perl" : "5.010001" "perl" : "5.014000"
} }
}, },
"test" : { "test" : {
"requires" : { "requires" : {
"Pod::Checker" : "0",
"Pod::Coverage" : "0", "Pod::Coverage" : "0",
"Test::More" : "0", "Test::More" : "0",
"Test::Perl::Critic" : "0" "Test::Perl::Critic" : "0"
...@@ -375,5 +376,5 @@ ...@@ -375,5 +376,5 @@
}, },
"release_status" : "stable", "release_status" : "stable",
"version" : "5.1", "version" : "5.1",
"x_serialization_backend" : "JSON::PP version 2.27300" "x_serialization_backend" : "JSON::PP version 2.27203"
} }
...@@ -4,13 +4,14 @@ author: ...@@ -4,13 +4,14 @@ author:
- 'Bugzilla Developers <developers@bugzilla.org>' - 'Bugzilla Developers <developers@bugzilla.org>'
build_requires: build_requires:
ExtUtils::MakeMaker: '0' ExtUtils::MakeMaker: '0'
Pod::Checker: '0'
Pod::Coverage: '0' Pod::Coverage: '0'
Test::More: '0' Test::More: '0'
Test::Perl::Critic: '0' Test::Perl::Critic: '0'
configure_requires: configure_requires:
ExtUtils::MakeMaker: '6.55' ExtUtils::MakeMaker: '6.55'
dynamic_config: 1 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 license: unknown
meta-spec: meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html url: http://module-build.sourceforge.net/META-spec-v1.4.html
...@@ -162,7 +163,7 @@ optional_features: ...@@ -162,7 +163,7 @@ optional_features:
Test::Taint: '1.06' Test::Taint: '1.06'
XMLRPC::Lite: '0.712' XMLRPC::Lite: '0.712'
requires: requires:
CGI: '3.51' CGI: '4.09'
DBI: '1.614' DBI: '1.614'
Date::Format: '2.23' Date::Format: '2.23'
DateTime: '0.75' DateTime: '0.75'
...@@ -176,6 +177,6 @@ requires: ...@@ -176,6 +177,6 @@ requires:
Math::Random::ISAAC: v1.0.1 Math::Random::ISAAC: v1.0.1
Template: '2.24' Template: '2.24'
URI: '1.55' URI: '1.55'
perl: '5.010001' perl: '5.014000'
version: '5.1' version: '5.1'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
...@@ -118,7 +118,7 @@ my %optional_features = ( ...@@ -118,7 +118,7 @@ my %optional_features = (
description => 'Documentation', description => 'Documentation',
}, },
xmlrpc => { xmlrpc => {
description => 'XML-RPC Interfaze', description => 'XML-RPC Interface',
prereqs => { prereqs => {
runtime => runtime =>
{ requires => { 'XMLRPC::Lite' => '0.712', 'SOAP::Lite' => '0.712', 'Test::Taint' => '1.06' } } { requires => { 'XMLRPC::Lite' => '0.712', 'SOAP::Lite' => '0.712', 'Test::Taint' => '1.06' } }
......
...@@ -26,11 +26,18 @@ severity = 5 ...@@ -26,11 +26,18 @@ severity = 5
[-Variables::ProhibitConditionalDeclarations] [-Variables::ProhibitConditionalDeclarations]
[-Subroutines::ProhibitReturnSort] [-Subroutines::ProhibitReturnSort]
[-TestingAndDebugging::ProhibitNoStrict] [-TestingAndDebugging::ProhibitNoStrict]
[Subroutines::ProhibitSubroutinePrototypes]
# we can deal with this later.
[-Subroutines::ProhibitSubroutinePrototypes]
[-Subroutines::ProhibitNestedSubs] [-Subroutines::ProhibitNestedSubs]
[-ControlStructures::ProhibitMutatingListFunctions] [-ControlStructures::ProhibitMutatingListFunctions]
[-InputOutput::ProhibitInteractiveTest] [-InputOutput::ProhibitInteractiveTest]
[BuiltinFunctions::ProhibitBooleanGrep]
severity = 5
[InputOutput::RequireEncodingWithUTF8Layer]
severity = 3
###################################################################### ######################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment