ports/devel/p5-namespace-clean/pkg/DESCR

5 lines
270 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.