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
d6e0a0d0
Commit
d6e0a0d0
authored
May 24, 2016
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1275404 - Makefile.PL and META.* should depend on Apache2::SizeLimit, not Apache::SizeLimit
r=dylan
parent
9acca922
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
META.json
META.json
+1
-1
META.yml
META.yml
+1
-1
Makefile.PL
Makefile.PL
+2
-2
No files found.
META.json
View file @
d6e0a0d0
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
"prereqs"
:
{
"prereqs"
:
{
"runtime"
:
{
"runtime"
:
{
"requires"
:
{
"requires"
:
{
"Apache::SizeLimit"
:
"0.96"
,
"Apache
2
::SizeLimit"
:
"0.96"
,
"mod_perl2"
:
"1.999022"
"mod_perl2"
:
"1.999022"
}
}
}
}
...
...
META.yml
View file @
d6e0a0d0
...
@@ -90,7 +90,7 @@ optional_features:
...
@@ -90,7 +90,7 @@ optional_features:
mod_perl
:
mod_perl
:
description
:
'
mod_perl
support
under
Apache'
description
:
'
mod_perl
support
under
Apache'
requires
:
requires
:
Apache::SizeLimit
:
'
0.96'
Apache
2
::SizeLimit
:
'
0.96'
mod_perl2
:
'
1.999022'
mod_perl2
:
'
1.999022'
moving
:
moving
:
description
:
'
Move
Bugs
Between
Installations'
description
:
'
Move
Bugs
Between
Installations'
...
...
Makefile.PL
View file @
d6e0a0d0
...
@@ -241,8 +241,8 @@ my %optional_features = (
...
@@ -241,8 +241,8 @@ my %optional_features = (
prereqs
=>
{
prereqs
=>
{
runtime
=>
{
runtime
=>
{
requires
=>
{
requires
=>
{
'mod_perl2'
=>
'1.999022'
,
'mod_perl2'
=>
'1.999022'
,
'Apache::SizeLimit'
=>
'0.96'
,
'Apache
2
::SizeLimit'
=>
'0.96'
,
}
}
}
}
}
}
...
...
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