Revision history for Perl module Exporter::Lite
0.09 2022-03-03 NEILB
- Fixed typo in comment. PR from James Raspass.
- Added note at the top of the DESCRIPTION to suggest you use Exporter.
0.08 2016-01-13 NEILB
- Fixed typo in name of Constant::Export::Lazy in SEE ALSO. MANWAR++
- Simplified Makefile.PL
0.07 2015-10-09 NEILB
- Updated github repo URL after changing my github username
0.06 2014-07-29 NEILB
- 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.
0.05 2014-03-26 NEILB
- Improved the DESCRIPTION section, particularly the first paragraph.
- Added a bunch more Exporter modules to the SEE ALSO section.
0.04 2014-03-26 NEILB
- Added Constant::Exporter::Lazy to SEE ALSO
- Had forgotten to put README and Changes in MANIFEST. Sigh.
0.03 2014-03-25 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.
- Now maintained by NEILB
0.02_01 2014-03-24
- All but the final bullet in 0.03 were first done in this dev release
0.02 2006-11-12 MSCHWERN
- Added a Changes file. :)
- Added a license notice. (jjore@cpan.org) [rt.cpan.org 20323]
- Fixed the version check test for 5.10. [rt.cpan.org 13648]
- Now depending on Test::More rather than shipping it.
0.01 2001-12-17 MSCHWERN
- First working release