Skip to content

Releases: robrwo/Const-Exporter

Dropped requirement for Test::Warnings

24 Jun 18:44
Compare
Choose a tag to compare

Changes for v0.2.1 - mainly documentation changes

04 Jun 21:10
Compare
Choose a tag to compare
  • Corrected typos in POD.
  • Added requirements to README.
  • Reformatted Changes.

Changes for v0.2.0

29 May 20:25
Compare
Choose a tag to compare
  • 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

24 Feb 22:11
Compare
Choose a tag to compare

v0.1.2 2014-02-24

  • Import dies if given the tag "all", since it's reserved.
  • Various documentation improvements (Fixes #2).
  • Code cleanup.