X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FControl.pm;fp=Debbugs%2FControl.pm;h=226cd1f8c57f2b8ebfeaf5a0a0f918da35f99ae5;hb=1f81df46999fc3699ce73aeba95af5095a5a413a;hp=49b902e62b00e6358550df57fd0efbb8ca0b98fc;hpb=0a521d6c18391bcce9bcf3598c8ab437169a52d1;p=debbugs.git diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 49b902e..226cd1f 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -75,7 +75,7 @@ is true, the above options must be present, and their values are used. 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;