]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Bugs.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Bugs.pm
index e4f8cc8825e7fc887949a17c213d2a3115e7f548..e678aff43c1274e339e8e6d38c3d03e172a578e7 100644 (file)
@@ -38,7 +38,7 @@ incomplete) to slowest (and most complete).]
 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;