pkgsrc changes:
- add license definition
Upstream changes:
2.13 Fri 3 Sep 2010
- Resolved#60703: Display glitch in Config::Tiny 2.12 POD
- Resolved#40585: member 'set;' doesn't exist
- Resolved#30479: does not warn or die when writing data it
cannot later.
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.12 Thu 1 Nov 2007
- Converting build script from Module::Install to tinier EU:MM
2.11 Missing
2.10 Sat 20 Sep 2006
- This release contains only build-time changes
- Did a little housekeeping on Makefile.PL and the unit tests
- Upgrading to Module::Install 0.64
2.09 Sat 15 Jul 2006
- This release contains only build-time changes
- Added a dependency on ExtUtils::MakeMaker 6.11
Module::Install may have an issue with older EU:MM installs
2.08 Sat 15 Jul 2006
- This release contains only build-time changes
- Upgraded to Module::Install 0.63
2.07 Wed 10 May 2006
- This release contains only build-time changes
- AutoInstall is only needed for options, so remove auto_install
2.06 Sun 23 Apr 2006
- No functional changes.
- Moved test.conf to the root dir, removing last use of File::Spec
- It also means we don't need FindBin, so removed that too
- Upgrading to Module::Install 0.62
2.05 Thu 23 Feb 2006
- No functional changes.
- Moved over from the old CVS repository to the new SVN one
- Updated tests for the new release system
- Upgrading to a newer Module::Install
2.04 Sat 31 Dec 2005
- No functional changes.
- Upgrading to a newer Module::Install to address Cygwin problem
2.03 Fri 30 Dec 2005
- No functional changes.
- POD Change: CPAN #15143 Clear things up about $! after
unsuccessful read()? (flatworm)
- Upgraded Makefile.PL to use Module::Install
"Config::Tiny" is a perl class to read and write .ini style
configuration files with as little code as possible, reducing load
time and memory overhead. Most of the time it is accepted that Perl
applications use a lot of memory and modules. The "::Tiny" family
of modules is specifically intended to provide an ultralight
alternative to the standard modules.
This module is primarily for reading human written files, and
anything we write shouldn't need to have documentation/comments.
If you need something with more power move up to Config::Simple,
Config::General or one of the many other "Config::" modules. To
rephrase, Config::Tiny does not preserve your comments, whitespace,
or the order of your config file.