Revision history for Perl extension XML::Conf.

0.06 2014-08-20, bug fix release, update not required

- Addressed issue with XML::Simple (dependency)
  http://www.cpantesters.org/cpan/report/4dba5ca2-e3fc-11df-b117-fd5467a42f83

  The report had the following error:

    XMLin() requires either XML::SAX or XML::Parser at lib/XML/Conf.pm line 30

  The report was based on use of XML::Simple 2.18. I found this is the Changes file for XML::Simple:

    2.19_02   2012-06-19 20:33:53 Pacific/Auckland
      - Reinstate XML::SAX::Expat dependency

  I have not been able to replicate the error using XML::Simple 2.20 and
  I do not want to dig into XML::Simple history so I am specifying a dependency to 2.20 (from 1.04)


Closing the issue


0.05 2014-08-16

- Ported build system to Dist::Zilla

- Addressed issues with failing tests under this build system
  the use of 'use lib', is b0rken, see my Perl::Critic policy on the
  matter

- Added use of warnings


0.04 Thu Dec 11 00:03:38 CET 2003

	- Added Tie::DeepTied to Makefile.PL, should address failling test
	  from CPAN testers

Released Sun Dec 14 21:43:31 CET 2003

0.03  Sat Jan 18 18:48:43 CET 2003
	- Development taken over by jonasbn

	- Everything put under revision control

	- Added README file
	- Added TODO file
	- Added INSTALL file
	- Added AUTHOR file
	- Added LICENSE file
	- Added CVS tags to everything
	- Restructured distribution structure
	- Added t dir
	- Added lib dir
	- Added lib/XML dir
	- Rewrote test.pl
	- Added use of Test::More
	- Added t/basic.t
	- Added prototypes to all methods
	- Added NAME, DESCRIPTION, TODO, AUTHOR and COPYRIGHT paragraphs
	- Privatized the subs: val, setval, newval, delval and trans
	- Added t/private.t
	- Added t/populated.xml
	- Documented _val, _setval, _newval, _delval and _trans
	- Documented FIRSTKEY, NEXTKEY, EXISTS, CLEAR, STORE and TIEHASH 
	- Documented WriteConfig, ReadConfig and RewriteConfig
	- Added SYNOPSIS with examples from the tests (basic.t)
	- Added t/advanced.t
	- Removed test.pl
	- Added use of Carp (croak instead of die)
	- Added Tie::Tools to the Makefile.PL, Tie::DeepTied is a part of this 
      module
    - Added a dummy sub for case

Released Wed Dec 10 00:03:38 CET 2003

0.02  ?
	- Nothing known about this release (jonasbn)

0.01  Mon Jul 10 20:51:57 2000
	- original version; created by h2xs 1.19