]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI/Bugreport.pm
Prefer "use Exporter qw(import)" to inheriting from it
[debbugs.git] / Debbugs / CGI / Bugreport.pm
index 8ebbfe8341a64e72f1ef1ad9643d4c437c6f8706..9ca67ed4ac6dbf243f749ac931d7799d92c8228a 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);