The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2021-01-25  Dave Cross <dave@perlhacks.com>

  * Version 1.14

  * Added bugtracker to metadata

  * Added GitHub CI

2020-11-04  Dave Cross <dave@perlhacks.com>

  * Version 1.13

  * Added repo details 

2018-02-23  Dave Cross <dave@dave.org.uk>

  * Build.PL: Missed a version number.

  * README, README.xml, lib/Tie/Hash/Regex.pm: Replace README.xml with plain
  text README. Bump version.

  * .travis.yml: Added more Perl versions to .travis.yml.

2016-10-04  Dave Cross <dave@dave.org.uk>

  * t/slices.t: Skip the skip_all

  * t/slices.t: More tests that won't compile

  * t/slices.t: Comment out TODO blocks  As they still need to compile on older
  versions of Perl.

2016-05-18  Dave Cross <dave@dave.org.uk>

  * t/slices.t: Skip slice tests if hash slices are unsupported.

  * t/test.t: Use 'is' instead of 'ok' when appropriate.

  * t/slices.t: Better tests (and mark some as TODO)

  * lib/Tie/Hash/Regex.pm: Fix some typos that have been there for a very long
  time

2015-08-17  Theodorus Van Hoesel <tvanhoesel@mmw-thvanhoesel.local>

  * t/slices.t: added test for 5.20 where regex should return more than one

2015-07-18  Dave Cross <dave@dave.org.uk>

  * .travis.yml: Added .travis.yml

2015-07-17  Dave Cross <dave@dave.org.uk>

  * .gitignore: Added .gitignore

  * MANIFEST: Added META.json to MANIFEST

2009-02-21  Dave Cross <dave@dave.org.uk>

  * lib/Tie/Hash/Regex.pm: Changed versioning system.

2008-06-30  Dave Cross <dave@dave.org.uk>

  * README.xml: Typo

2008-03-14  Dave Cross <dave@dave.org.uk>

  * README.xml: Fixed broken XML

2008-03-08  Dave Cross <dave@dave.org.uk>

  * MANIFEST: Added Build.PL to MANIFEST

  * MANIFEST: Moved Regex.pm in MANIFEST

  * lib/Tie/Hash/Regex.pm: Removed old CVS log. Switched references from
  dave.org.uk to mag-sol.com. Forced use of Perl >= 5.6. Used "our" instead of
  "use vars". Added "use warnings". Added LICENSE (sic) section.

  * t/pod.t, t/test.t: Switched to using Test::More. Removed old Test comments.
  Added t/pod.t.

  * MANIFEST: Removed COPYING from MANIFEST

  * COPYING: Removed COPYING

  * Regex.pm => lib/Tie/Hash/Regex.pm: Moved Regex.pm to lib

  * Build.PL, Makefile.PL: Switch from Makefile.PL to Build.PL

2006-06-01  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Raising to version 1.0

  * MANIFEST, t/pod_coverage.t: Added t/pod_coverage.t

2004-10-23  Dave Cross <dave@dave.org.uk>

  * Regex.pm, t/test.t: Improve test coverage.

2004-05-22  Dave Cross <dave@dave.org.uk>

  * t/test.t: Added some new tests

2004-05-12  Dave Cross <dave@dave.org.uk>

  * COPYING, MANIFEST, Makefile.PL, README.xml: Added various files to cvs

  * t/test.t: Added test file to CVS

2002-09-23  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Fixed to work with Perl 5.8.0.

2002-07-28  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Applied "exists" hash from Steffen M�ller.

2002-07-12  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Corrected Attribute::Handler dependencies

2001-12-09  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Doc fixes.

  * Regex.pm: Added Attribute::Handlers interface.

2001-09-03  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Minor fixes.

2001-09-02  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Added ref to Tie::RegexpHash.

2001-06-03  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Put into RCS.