Commit 25c0962c 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 87fc15f2
...@@ -15,12 +15,13 @@ ...@@ -15,12 +15,13 @@
use strict; use strict;
use 5.008001; use 5.008001;
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