]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Log.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Log.pm
index 6ff8ab22357bef3817fc6dfaf6c7600a960b1acb..5a7306de38ecfd5ecee354e06961aad60610badd 100644 (file)
@@ -16,7 +16,7 @@ use warnings;
 use strict;
 
 use vars qw($VERSION $DEBUG @EXPORT @EXPORT_OK %EXPORT_TAGS);
-use base qw(Exporter);
+use Exporter qw(import);
 
 BEGIN {
     $VERSION = 1.00;