The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Config::Yacp.

1.00  Fri Mar 21 15:42:50 2003
	- original version; created by h2xs 1.20 with options
		-AXn Config::Yacp

1.10  Tue Apr 1 15:35:18 2003
	- Added the following functions
		- add_section
		- add_parameter
		- set_value
		- del_section
		- del_parameter
		- save_ini

	- Implemented basic file locking on the new function

	- Wrote additional tests to test new and old functions

1.12  Fri Apr 11 15:10:37 2003
	- Discovered a small bug within the save_ini function and
	  corrected it.

1.16  Wed Oct 29 12:20:52 2003
	- Re-implemented all of the tests using the Test::More
	  module

1.17  Fri Nov 21 08:12:54 2003
	- Changed the grammar slightly, so that if a particular
	  key/value pair does not have the value defined, it will
	  still correctly parse the ini file
	    - This idea was inspired by the following node on
	      PerlMonks: http://www.perlmonks.org/index.pl?node_id=308716
	- Added additional tests to test other functions of the module.