0.06 2014-07-29
- Improved the abstract - explicit mention that functions are supported
- Improved the SYNOPSIS - split into separate code blocks
- Improved the DESCRIPTION. Made clearer that as soon as you specify
an import symbol, you have to also specify any you want from @EXPORT.
- Removed the BUGS and CAVEATS section from the doc; it was just being
self-deprecating about whether it deserved the "lite" moniker.
Upstream changes:
0.05 2014-03-26
- Improved the DESCRIPTION section, particularly the first paragraph.
- Added a bunch more Exporter modules to the SEE ALSO section.
0.04 2014-03-26
- Added Constant::Exporter::Lazy to SEE ALSO
- Had forgotten to put README and Changes in MANIFEST. Sigh.
0.03 2014-03-25
- Now maintained by NEILB
- Fixed typo reported by dsteinbrunner in RT#87096
- Now use strict and warnings
- Added github repo to metadata and pod
- Added README
- Specified min perl version 5.6.0 in metadata
- Set PREREQ_PM, TEST_REQUIRES, CONFIGURE_REQUIRES in Makefile.PL
- Added a load of modules to SEE ALSO.
Packages Collection.
The Perl 5 module Exporter::Lite is an alternative to the module
Exporter intended to provide a lightweight subset of its functionality.
It supports import(), @EXPORT and @EXPORT_OK and not a whole lot
else.