We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf02989 commit 84b250fCopy full SHA for 84b250f
checksetup.pl
@@ -134,6 +134,11 @@ BEGIN
134
# then instead of our nice normal checksetup message, the user would
135
# get a cryptic Perl error about the missing module.
136
137
+print "About to try loading Bugzilla.\n";
138
+print "If you get an error such as\n";
139
+print "\"Compilation failed in require at " . __FILE__ . " line " . (__LINE__ + 3) . "\" below,\n";
140
+print "please re-run checksetup.pl.\n\n";
141
+
142
require Bugzilla;
143
require Bugzilla::User;
144
0 commit comments