X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FBugs.pm;h=e678aff43c1274e339e8e6d38c3d03e172a578e7;hb=refs%2Fheads%2Ftravis-ci;hp=e4f8cc8825e7fc887949a17c213d2a3115e7f548;hpb=6edbdb47edfa0db4c2cd290a7f6cf8b2c9b2b121;p=debbugs.git diff --git a/Debbugs/Bugs.pm b/Debbugs/Bugs.pm index e4f8cc8..e678aff 100644 --- a/Debbugs/Bugs.pm +++ b/Debbugs/Bugs.pm @@ -38,7 +38,7 @@ incomplete) to slowest (and most complete).] 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;