openbsd-ports/devel/p5-namespace-autoclean/pkg/DESCR
jim 1392edd3e3 Import devel/p5-namespace-autoclean for Catalyst::Runtime.
From Cesare Gargano with pollish by me.

ok simon@
2009-10-26 16:30:35 +00:00

5 lines
253 B
Plaintext

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