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