This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #25160] ':flock' not recognized unless it's first
[perl5.git] / lib / Exporter / Heavy.pm
index 2322386..2cc7922 100644 (file)
@@ -69,7 +69,7 @@ sub heavy_export {
            $cache_is_current = 1;
        }
 
-       if ($imports[0] =~ m#^[/!:]#){
+       if (grep m{^[/!:]}, @imports) {
            my $tagsref = \%{"${pkg}::EXPORT_TAGS"};
            my $tagdata;
            my %imports;