X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FLog.pm;h=5a7306de38ecfd5ecee354e06961aad60610badd;hb=1f81df46999fc3699ce73aeba95af5095a5a413a;hp=6ff8ab22357bef3817fc6dfaf6c7600a960b1acb;hpb=79880fc0337d60e4ae4a931ee21ba328aaef6af9;p=debbugs.git diff --git a/Debbugs/Log.pm b/Debbugs/Log.pm index 6ff8ab2..5a7306d 100644 --- a/Debbugs/Log.pm +++ b/Debbugs/Log.pm @@ -16,7 +16,7 @@ use warnings; use strict; use vars qw($VERSION $DEBUG @EXPORT @EXPORT_OK %EXPORT_TAGS); -use base qw(Exporter); +use Exporter qw(import); BEGIN { $VERSION = 1.00;