aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Exporter-Tidy/pkg-descr
blob: 88c989642e72999aff9d3b77fda721ede96d5927 (plain) (blame)
1
2
3
4
5
6
7
8
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/