p5-namespace-clean

keep imports and functions out of your namespace

WWW CVSWeb GITHub
  1. Package version
    p5-namespace-clean-0.27p0
  2. Maintainer
    The OpenBSD ports mailing-list

The namespace::clean pragma removes all previously declared or imported
symbols at the end of the current packages compile cycle. Functions
called in the package itself will still be bound by their name, but they
won't show up as methods on the class or its instances.

  • devel/p5-B-Hooks-EndOfScope
  • devel/p5-Package-Stash

  • devel/p5-B-Hooks-EndOfScope
  • devel/p5-Package-Stash
  • devel/p5-Sub-Name