summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Migrate/Gnats.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Migrate/Gnats.pm')
-rw-r--r--Bugzilla/Migrate/Gnats.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Migrate/Gnats.pm b/Bugzilla/Migrate/Gnats.pm
index 2e0784ac5..2778d28cc 100644
--- a/Bugzilla/Migrate/Gnats.pm
+++ b/Bugzilla/Migrate/Gnats.pm
@@ -10,7 +10,7 @@ package Bugzilla::Migrate::Gnats;
use 5.10.1;
use strict;
-use base qw(Bugzilla::Migrate);
+use parent qw(Bugzilla::Migrate);
use Bugzilla::Constants;
use Bugzilla::Install::Util qw(indicate_progress);