diff options
Diffstat (limited to 'Bugzilla/DB/Sqlite.pm')
-rw-r--r-- | Bugzilla/DB/Sqlite.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Sqlite.pm b/Bugzilla/DB/Sqlite.pm index 0055f3884..8da73ae66 100644 --- a/Bugzilla/DB/Sqlite.pm +++ b/Bugzilla/DB/Sqlite.pm @@ -10,7 +10,7 @@ package Bugzilla::DB::Sqlite; use 5.10.1; use strict; -use base qw(Bugzilla::DB); +use parent qw(Bugzilla::DB); use Bugzilla::Constants; use Bugzilla::Error; |