The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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.