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 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