summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/CGI.pm')
-rw-r--r--Bugzilla/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm
index e0953d4f6..cb92800f1 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -10,7 +10,7 @@ package Bugzilla::CGI;
use 5.10.1;
use strict;
-use base qw(CGI);
+use parent qw(CGI);
use Bugzilla::Constants;
use Bugzilla::Error;