X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=Debbugs%2FCommon.pm;h=2bc3e0dfe3280143f0243b6ae8df189376ead1a7;hp=6deaf4a73a400f8602fb1f601bd0371106636eb2;hb=1f81df46999fc3699ce73aeba95af5095a5a413a;hpb=0a521d6c18391bcce9bcf3598c8ab437169a52d1 diff --git a/Debbugs/Common.pm b/Debbugs/Common.pm index 6deaf4a..2bc3e0d 100644 --- a/Debbugs/Common.pm +++ b/Debbugs/Common.pm @@ -31,7 +31,7 @@ with equivalent (or better) functionality here. 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;