Commit ce8c9cac authored by Albert Ting's avatar Albert Ting Committed by Gervase Markham

Bug 1116614: checksetup "use lib" called too late. r=gerv, a=glob.

parent 9347aa9a
...@@ -17,12 +17,13 @@ use strict; ...@@ -17,12 +17,13 @@ use strict;
use warnings; use warnings;
use File::Basename; use File::Basename;
BEGIN { chdir dirname($0); }
use lib qw(. lib);
use Getopt::Long qw(:config bundling); use Getopt::Long qw(:config bundling);
use Pod::Usage; use Pod::Usage;
use Safe; use Safe;
BEGIN { chdir dirname($0); }
use lib qw(. lib);
use Bugzilla::Constants; use Bugzilla::Constants;
use Bugzilla::Install::Requirements; use Bugzilla::Install::Requirements;
use Bugzilla::Install::Util qw(install_string get_version_and_os use Bugzilla::Install::Util qw(install_string get_version_and_os
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment