]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Status.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Status.pm
index 26fbcc23b9ee136de484c0994d6f5fdc57b65eae..72e9ae65a05dd37c9877dbed32a2233ef5bc0153 100644 (file)
@@ -34,7 +34,7 @@ use warnings;
 use strict;
 
 use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT);
-use base qw(Exporter);
+use Exporter qw(import);
 
 use Params::Validate qw(validate_with :types);
 use Debbugs::Common qw(:util :lock :quit :misc);