Revision history for Perl extension Config::Properties.
0.46 Apr 24 2003
- 5_test.t was printing debug information
0.45 Apr 24 2003
- more tests added
- wrapping of several consecutive spaces works now
- spaces at the beginning and at the end of keywords and
values escaped when saving
- added wrapping when saving long properties
0.44 Apr 23 2003
- process_line deep recursion problem fixed (Eric Kolve)
- getProperties now return a copy and not a ref to the
properties hash inside the object
- new from object deprecated
- unused PERL_MODE deprecated
- general code cleanup
- code reformated to 4 space indents
0.43 Tue Apr 15 2003
- module maintenace changed from Craig Manley to Salvador
FandiƱo <sfandino@yahoo.com>
0.42 Tue Apr 15 2003
- Added 'setValidator', 'getValidator' and 'validator'
methods
- Added 'validate' method to perform validations on
property/value pairs
- Added 'fail' method to report errors
- Added 'line_number' method
- Use Carp to report interface errors
- Reworked unescape to handle unicode sequences
- Reworked parsing regexp to support escaping [:= ] on
property names
- Escape conflicting chars when writing
- Tests changed to use to Test::More
- Added some tests
0.41 Tue Jul 10 00:00:00 2002
- Fixed value checks in most methods that incorrectly treated the
value '0' or the empty string as an undefined value. I could not
contact the original author in any way (tried 3 email addresses
and news://comp.lang.perl.modules), so I uploaded this version
myself. Craig Manley (c.manley at skybound.nl).
0.40 Tue Jul 10 11:32:00 2001
- 0.4 (almost half-way there) release
- Add format/getFormat/setFormat() to change the appearance of saved properties
(thanks to David Boyce for the idea)
- Added POD documenation for format feature
- Typo fixes in POD
- Add reference to official JavaDoc (idea thanks to David Boyce)
Randy Jay Yarger (ryarger@mediaone.net)
- Fixed default handling when retrieving a property value
David Boyce (dsb@world.std.com)
0.03 Sat May 19 21:56:10 2001
- Corrected Object Oriented behavior (was using class variables for everying,
now using instance variables)
- Skip blank lines (spotted by Eric Zylberstejn and Christian Niles)
- Fixed borked packaging (#$@% Windows!) (spotted by Ken Ho,
Michael Peterson and David Boyce)
- Fixed incorrect version number (spotted by Michael Peterson and David Boyce)
Randy Jay Yarger (ryarger@mediaone.net)
- Allow the escape characters proscribed by the Java API spec
Christian Niles (can207@nyu.edu)
0.02 Thu May 03 21:19:00 2001
- Fixed bug relating to doubled escape characters(\\).
Thanks to David Boyce for the spot.
Randy Jay Yarger (ryarger@mediaone.net)
0.01 Wed Jan 17 15:38:07 2001
- original version; created by h2xs 1.20 with options
-X -n Config::Properties
Randy Jay Yarger (ryarger@mediaone.net)