The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chj::NamespaceCleanAbove

SYNOPSIS

sub foo { }
use Bar;
use Chj::NamespaceCleanAbove; # imports `_END_`
sub baz {
   bar foo
}
_END_; # deletes `foo` and everything imported by `Bar`, but still lets
       # `baz` access them.

DESCRIPTION

TODO

Reuse pieces of namespace::clean or similar instead?

SEE ALSO

Chj::NamespaceClean, namespace::clean

NOTE

This is alpha software! Read the status section in the package README or on the website.