[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#700106: ITP: libconfig-properties-perl -- Perl implementation of the java.util.Properties API



Package: wnpp
Severity: wishlist
Owner: Taku YASUI <tach@debian.org>

* Package name    : libconfig-properties-perl
  Version         : 1.75
  Upstream Author : Salvador Fandin~o <sfandino@yahoo.com>
* URL             : http://search.cpan.org/dist/Config-Properties/
* License         : GPL, Artistic
  Programming Lang: Perl
  Description     : Perl implementation of the java.util.Properties API

 Config::Properties is a near implementation of the java.util.Properties API.
 It is designed to allow easy reading, writing and manipulation of Java-style
 property files.
 .
 The format of a Java-style property file is that of a key-value pair
 separated by either whitespace, the colon (:) character, or the equals (=)
 character. Whitespace before the key and on either side of the separator is
 ignored.
 .
 Lines that begin with either a hash (#) or a bang (!) are considered comment
 lines and ignored.
 .
 A backslash (\) at the end of a line signifies a continuation and the next
 line is counted as part of the current line (minus the backslash, any
 whitespace after the backslash, the line break, and any whitespace at the
 beginning of the next line).


Reply to: