Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
feature => 'Graphical Reports'
},
{
- package => 'GDGraph',
- module => 'GD::Graph',
+ package => 'GDTextUtil',
+ module => 'GD::Text',
version => 0,
feature => 'Graphical Reports'
},
- {
- package => 'GDTextUtil',
- module => 'GD::Text',
+ {
+ package => 'GDGraph',
+ module => 'GD::Graph',
version => 0,
feature => 'Graphical Reports'
},
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;