diff options
Diffstat (limited to 'Bugzilla/Comment')
-rw-r--r-- | Bugzilla/Comment/TagWeights.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Comment/TagWeights.pm b/Bugzilla/Comment/TagWeights.pm index f1a220a47..4919244ce 100644 --- a/Bugzilla/Comment/TagWeights.pm +++ b/Bugzilla/Comment/TagWeights.pm @@ -9,8 +9,9 @@ package Bugzilla::Comment::TagWeights; use 5.10.1; use strict; +use warnings; -use parent qw(Bugzilla::Object); +use base qw(Bugzilla::Object); use Bugzilla::Constants; |