The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 status section in the package README or on the website.