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
0a152b41
Commit
0a152b41
authored
Mar 26, 2007
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 375357: GD::Graph requires GD::Text (not vice-versa)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
parent
bc122c09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
Requirements.pm
Bugzilla/Install/Requirements.pm
+5
-5
checksetup.pl
checksetup.pl
+3
-0
No files found.
Bugzilla/Install/Requirements.pm
View file @
0a152b41
...
...
@@ -121,14 +121,14 @@ sub OPTIONAL_MODULES {
feature
=>
'Graphical Reports'
},
{
package
=>
'GD
Graph
'
,
module
=>
'GD::
Graph
'
,
package
=>
'GD
TextUtil
'
,
module
=>
'GD::
Text
'
,
version
=>
0
,
feature
=>
'Graphical Reports'
},
{
package
=>
'GD
TextUtil
'
,
module
=>
'GD::
Text
'
,
{
package
=>
'GD
Graph
'
,
module
=>
'GD::
Graph
'
,
version
=>
0
,
feature
=>
'Graphical Reports'
},
...
...
checksetup.pl
View file @
0a152b41
...
...
@@ -44,6 +44,9 @@
use
strict
;
use
5.008
;
# If we've installed modules into the local directory, we want to
# be sure that the local directory comes first in @INC.
use
lib
'.'
;
use
File::
Basename
;
use
Getopt::
Long
qw(:config bundling)
;
use
Pod::
Usage
;
...
...
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