X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=Debbugs%2FRecipients.pm;h=f9b2c7329c2c9ab91c65a3a5953dbc6d32c30094;hp=ae739e973647ef74d2641dfe60b61dacf666093d;hb=1f81df46999fc3699ce73aeba95af5095a5a413a;hpb=0a521d6c18391bcce9bcf3598c8ab437169a52d1 diff --git a/Debbugs/Recipients.pm b/Debbugs/Recipients.pm index ae739e9..f9b2c73 100644 --- a/Debbugs/Recipients.pm +++ b/Debbugs/Recipients.pm @@ -25,7 +25,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); BEGIN{ ($VERSION) = q$Revision: 1221 $ =~ /^Revision:\s+([^\s+])/;