NAME
Chj::NamespaceCleanAbove
SYNOPSIS
sub
foo { }
use
Bar;
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.