freebsd-ports/devel/p5-Exporter-Tidy/pkg-descr
Mathieu Arnold 36ca9ac45c Add p5-Exporter-Tidy 0.06, another way of exporting symbols.
PR:		ports/72047
Submitted by:	ijliao
2004-10-12 11:21:27 +00:00

8 lines
340 B
Text

This module serves as an easy, clean alternative to Exporter. Unlike Exporter,
it is not subclassed, but it simply exports a custom import() into your
namespace.
With Exporter::Tidy, you don't need to use any package global in your module.
Even the subs you export can be lexically scoped.
WWW: http://search.cpan.org/dist/Exporter-Tidy/