]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Text.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / Text.pm
index 353392013c90e621780d1febc76290e40954d075..21bde013adbdf4035a3b8d79b712d8be763b6129 100644 (file)
@@ -33,7 +33,7 @@ None known.
 
 
 use vars qw($DEBUG $VERSION @EXPORT_OK %EXPORT_TAGS @EXPORT @ISA);
-use base qw(Exporter);
+use Exporter qw(import);
 
 BEGIN {
      $VERSION = 1.00;