Add new lib directory to lib path.

git-svn-id: svn://10.0.0.236/trunk@255624 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com 2008-12-23 18:17:05 +00:00
parent 02fc53ec2b
commit 404a661664
39 changed files with 39 additions and 38 deletions

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -22,7 +22,7 @@
# Portions taken from Bugzilla reports by Gervase Markham <gerv@gerv.net>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Bug;

View File

@ -22,7 +22,7 @@
# Portions taken from Bugzilla reports by Gervase Markham <gerv@gerv.net>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -27,6 +27,7 @@ use Class::CSV;
use Getopt::Long;
use File::Temp "tempfile";
use Pod::Usage;
use lib qw(. lib);
=head1 NAME

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -24,7 +24,7 @@
# Andrew Nelson <anelson@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -38,7 +38,7 @@ a html textarea.
#************************************************** Uses ****************************************************#
use strict;
use CGI;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Config;

View File

@ -2,7 +2,7 @@
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -37,7 +37,7 @@ import.
#************************************************** Uses ****************************************************#
use strict;
use CGI;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;
use Bugzilla::Config;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -23,7 +23,7 @@
use strict;
use lib qw(.);
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Bug;

View File

@ -21,7 +21,7 @@
# Jeff Dayley <jedayley@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Config;

View File

@ -21,7 +21,7 @@
# Jeff Dayley <jedayley@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Config;

View File

@ -21,7 +21,7 @@
# Jeff Dayley <jedayley@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Config;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -22,7 +22,7 @@
# Garrett Braden <gbraden@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Bug;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -21,7 +21,7 @@
# Joel Smith <jsmith@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -22,7 +22,7 @@
# Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -21,7 +21,7 @@
# Tyler Peterson <typeterson@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -22,7 +22,7 @@
# Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;

View File

@ -20,7 +20,7 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
use strict;
use lib ".";
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Util;

View File

@ -24,7 +24,7 @@ sub BEGIN
}
use strict;
use lib qw(.);
use lib qw(. lib);
use XMLRPC::Transport::HTTP;
use Bugzilla;