diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index eefff4918..5e684db0a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -54,6 +54,7 @@ BEGIN { chdir dirname($0); } use lib "."; use Bugzilla::Constants; use Bugzilla::Install::Requirements; +use Bugzilla::Install::Util qw(display_version_and_os); require 5.008001 if ON_WINDOWS; # for CGI 2.93 or higher |