Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a43b2bbd
Commit
a43b2bbd
authored
Sep 12, 2016
by
Gervase Markham
Committed by
Gervase Markham
Sep 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1294596 - remove optional Test::Taint references, as it's now mandatory. r=dylan
parent
22ef8ffb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
6 deletions
+1
-6
META.json
META.json
+0
-2
META.yml
META.yml
+0
-2
Makefile.PL
Makefile.PL
+1
-2
No files found.
META.json
View file @
a43b2bbd
...
@@ -158,7 +158,6 @@
...
@@ -158,7 +158,6 @@
"runtime"
:
{
"runtime"
:
{
"requires"
:
{
"requires"
:
{
"JSON::RPC"
:
"0"
,
"JSON::RPC"
:
"0"
,
"Test::Taint"
:
"1.06"
}
}
}
}
}
}
...
@@ -337,7 +336,6 @@
...
@@ -337,7 +336,6 @@
"runtime"
:
{
"runtime"
:
{
"requires"
:
{
"requires"
:
{
"SOAP::Lite"
:
"0.712"
,
"SOAP::Lite"
:
"0.712"
,
"Test::Taint"
:
"1.06"
,
"XMLRPC::Lite"
:
"0.712"
"XMLRPC::Lite"
:
"0.712"
}
}
}
}
...
...
META.yml
View file @
a43b2bbd
...
@@ -87,7 +87,6 @@ optional_features:
...
@@ -87,7 +87,6 @@ optional_features:
description
:
'
JSON-RPC
Interface'
description
:
'
JSON-RPC
Interface'
requires
:
requires
:
JSON::RPC
:
'
0'
JSON::RPC
:
'
0'
Test::Taint
:
'
1.06'
markdown
:
markdown
:
description
:
'
Markdown
syntax
support
for
comments'
description
:
'
Markdown
syntax
support
for
comments'
requires
:
requires
:
...
@@ -164,7 +163,6 @@ optional_features:
...
@@ -164,7 +163,6 @@ optional_features:
description
:
'
XML-RPC
Interface'
description
:
'
XML-RPC
Interface'
requires
:
requires
:
SOAP::Lite
:
'
0.712'
SOAP::Lite
:
'
0.712'
Test::Taint
:
'
1.06'
XMLRPC::Lite
:
'
0.712'
XMLRPC::Lite
:
'
0.712'
recommends
:
recommends
:
CPAN::Meta::Prereqs
:
'
2.132830'
CPAN::Meta::Prereqs
:
'
2.132830'
...
...
Makefile.PL
View file @
a43b2bbd
...
@@ -174,7 +174,6 @@ my %optional_features = (
...
@@ -174,7 +174,6 @@ my %optional_features = (
requires
=>
{
requires
=>
{
'XMLRPC::Lite'
=>
'0.712'
,
'XMLRPC::Lite'
=>
'0.712'
,
'SOAP::Lite'
=>
'0.712'
,
'SOAP::Lite'
=>
'0.712'
,
'Test::Taint'
=>
'1.06'
}
}
}
}
}
}
...
@@ -228,7 +227,7 @@ my %optional_features = (
...
@@ -228,7 +227,7 @@ my %optional_features = (
description
=>
'JSON-RPC Interface'
,
description
=>
'JSON-RPC Interface'
,
prereqs
=>
{
prereqs
=>
{
runtime
=>
runtime
=>
{
requires
=>
{
'JSON::RPC'
=>
0
,
'Test::Taint'
=>
'1.06'
}
}
{
requires
=>
{
'JSON::RPC'
=>
0
}
}
}
}
},
},
graphical_reports
=>
{
graphical_reports
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment