]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI/Pkgreport.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / CGI / Pkgreport.pm
index 3b96744269a88862fe942de876c6b978a87508d6..3e9cb3f86ebccf08404dd2e2a370e686f5c7cccc 100644 (file)
@@ -28,7 +28,7 @@ None known.
 use warnings;
 use strict;
 use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT);
-use base qw(Exporter);
+use Exporter qw(import);
 
 use IO::Scalar;
 use Params::Validate qw(validate_with :types);