freebsd-ports/devel/p5-Config-INI-Simple/pkg-descr
Cheng-Lung Sung 50f164f0ae Add p5-Config-INI-Simple 0.01, simple reading and writing from an INI
file.

PR:		ports/100078
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 15:55:46 +00:00

8 lines
392 B
Text

Config::INI::Simple is for very simplistic reading and writing of INI
files. A new object must be created for each INI file (an object keeps
all the data read in from an INI which is used on the write method to
write to the INI). It also keeps all your comments and original order
intact.
Author: C. J. Kirsle <kirsle -at- rainbowboi.com>
WWW: http://search.cpan.org/dist/Config-INI-Simple/