Const-Exporter
view release on metacpan or search on metacpan
[Documentation]
- Added INSTALL file to the distribution.
- Updated copyright year.
[Toolchain]
- Added keywords to distribution metadata.
- Tweaks to dist.ini for simplifying build.
- Include core modules in prerequisites.
v0.4.1 2018-05-08 16:14:23+01:00 Europe/London
[Bug Fixes]
- Use local variable for regex capture.
[Enhancements]
- Improve type checking.
v0.4.0 2018-05-02 20:42:40+01:00 Europe/London
[Enhancements]
- Enable strictures.
- Simplified the enum generation code, and added the ability to
specify a custom incrementing function.
- Check values against types.
- Miscellaneous improvements to the import method.
[Documentation]
- Added note about support for older Perl versions.
[Tests]
- Remove unnecessary compilation test.
- Add tests for const export.
- Added better tests for enums.
[Toolchain]
- Remove core and redundant prerequisites.
- Update module metadata.
v0.3.1 2018-01-16 23:41:07+00:00 Europe/London
[Enhancements]
- Check for arrayrefs instead of unblessed arrayrefs.
- Export coderefs as well as constants.
- Add Const::Fast::const to @EXPORT_OK.
[Bug Fixes]
- Remove unnecessary test dependencies.
- Add missing developer dependency for Test::Warnings.
v0.3.0 2018-01-16 00:45:52+00:00 Europe/London
[Enhancements]
- Switch to use Ref::Util.
[Documentation]
- Added note about dependencies.
- Add example for dynamically creating constants at runtime, #4
(B. Estrade).
- Fixed typos (B. Estrade).
- Mention Const::Fast::Exporter in SEE ALSO, #13.
- Remove note about dependencies.
- Reformat Changes document.
[Toolchain]
- Update distribution to use Dist::Zilla and POD::Weaver.
v0.2.4 2015-01-08
- No functional changes.
[Documentation]
- Bumped copyright year.
[Incompatabilities]
- Bumped minimum Perl version to v5.10.1.
[Other Changes]
- Removed version from version, to workaround the issue where
Carton thinks v0.9909 < v0.77 (which is the version included
w/Perl v5.10.1 anyway).
v0.2.3 2014-08-16
[Other Changes]
- MANIFEST.SKIP updated to ignore .travis.yml.
- Fixed license in Makefile.PL to make CPANTS happy.
v0.2.2 2014-06-24
[Documentation]
- Added testing requirements to README.
[Other Changes]
- Test::Warnings is only used if the RELEASE_TESTING variable
is set.
v0.2.1 2014-06-04
[Documentation]
- Corrected typos in POD.
- Added requirements to README.
- Reformatted Changes.
v0.2.0 2014-05-29
[Bug Fixes]
- Bug Fix: scalar constants can have blessed values.
[Documentation]
- Fixed typos in POD and Changes file.
( run in 1.826 second using v1.01-cache-2.11-cpan-39bf76dae61 )