]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Recipients.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Recipients.pm
index ae739e973647ef74d2641dfe60b61dacf666093d..f9b2c7329c2c9ab91c65a3a5953dbc6d32c30094 100644 (file)
@@ -25,7 +25,7 @@ None known.
 use warnings;
 use strict;
 use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT);
-use base qw(Exporter);
+use Exporter qw(import);
 
 BEGIN{
      ($VERSION) = q$Revision: 1221 $ =~ /^Revision:\s+([^\s+])/;