From: Graham Knop Date: Mon, 18 Feb 2019 15:30:44 +0000 (+0100) Subject: goto Exporter::import rather than using export_to_level X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=788b7f10d46d327db3032e61c793f35cb95cf6a5;p=p5sagit%2FDistar.git goto Exporter::import rather than using export_to_level --- diff --git a/lib/Distar.pm b/lib/Distar.pm index fcdc97d..f5f6d24 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -22,7 +22,7 @@ sub import { @Distar::MM::ISA = @MM::ISA; @MM::ISA = qw(Distar::MM); } - shift->export_to_level(1,@_); + goto &Exporter::import; } sub author {