]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Control.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Control.pm
index 49b902e62b00e6358550df57fd0efbb8ca0b98fc..226cd1f8c57f2b8ebfeaf5a0a0f918da35f99ae5 100644 (file)
@@ -75,7 +75,7 @@ is true, the above options must be present, and their values are used.
 use warnings;
 use strict;
 use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT);
-use base qw(Exporter);
+use Exporter qw(import);
 
 BEGIN{
      $VERSION = 1.00;