]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Common.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Common.pm
index 6deaf4a73a400f8602fb1f601bd0371106636eb2..2bc3e0dfe3280143f0243b6ae8df189376ead1a7 100644 (file)
@@ -31,7 +31,7 @@ with equivalent (or better) functionality here.
 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;