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

SEE ALSO

Chj::NamespaceClean

NOTE

This is alpha software! Read the package README.