]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/UTF8.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / UTF8.pm
index 0c4d33619dce695ab2de3b0a6c6bd1eba97fba94..c4067f5e183cec5d2ae70f0fffc53682608fda48 100644 (file)
@@ -28,7 +28,7 @@ charsets to UTF8.
 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;