зеркало из https://github.com/mozilla/pjs.git
Bug 375357: GD::Graph requires GD::Text (not vice-versa)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
This commit is contained in:
Родитель
cc2acf1711
Коммит
79137f662b
|
@ -121,14 +121,14 @@ sub OPTIONAL_MODULES {
|
||||||
feature => 'Graphical Reports'
|
feature => 'Graphical Reports'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
package => 'GDGraph',
|
package => 'GDTextUtil',
|
||||||
module => 'GD::Graph',
|
module => 'GD::Text',
|
||||||
version => 0,
|
version => 0,
|
||||||
feature => 'Graphical Reports'
|
feature => 'Graphical Reports'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
package => 'GDTextUtil',
|
package => 'GDGraph',
|
||||||
module => 'GD::Text',
|
module => 'GD::Graph',
|
||||||
version => 0,
|
version => 0,
|
||||||
feature => 'Graphical Reports'
|
feature => 'Graphical Reports'
|
||||||
},
|
},
|
||||||
|
|
|
@ -44,6 +44,9 @@
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use 5.008;
|
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 File::Basename;
|
||||||
use Getopt::Long qw(:config bundling);
|
use Getopt::Long qw(:config bundling);
|
||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче