Commit graph

7 commits

Author SHA1 Message Date
adam
bb7b7fdb59 Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on
2011-08-10 08:38:37 +00:00
sno
7592ecf638 Updating devel/p5-Config-Tiny from 2.12nb2 to 2.13
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.
2010-09-08 05:44:27 +00:00
rhaen
62e24baced - updated to 2.12
- 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
2007-12-09 22:12:08 +00:00
wiz
286ac840c3 Update to 2.10:
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
2007-02-18 02:01:31 +00:00
wiz
a6eeb5a9b9 Update to 2.07:
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
2006-07-19 22:36:53 +00:00
wiz
0667a01266 Update to 2.04:
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
2006-01-03 17:31:53 +00:00
wiz
b8b25ccd8f Initial import of p5-Config-Tiny-2.02:
"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.
2005-06-24 18:58:18 +00:00