The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Const::Exporter

v0.2.0   2014-05-29

         - Bug Fix: scalar constants can have blessed values.

         - Updated MANIFEST.SKIP.

         - Fixed typos in POD and Changes file.

         - Perltidied source code.

	 - Fixed formatting of Changes file.

	 - Cleaned up details from README using Pod::Readme.

	 - Added QA tests to the git repo.

         - Removed unnecessary dependency from Makefile.PL.

v0.1.2   2014-02-24

         - Import dies if given the tag "all", since it's reserved.

         - Various documentation improvements.

         - Code cleanup.

v0.1.1   2014-02-23

         - Added missing Changes and MANIFEST.SKIP files.

         - Added additional modules to SEE ALSO section.

         - Updated README.

v0.1.0   2014-02-23

         - First public release of Const::Exporter.