SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Config-Properties rpm build for : OpenSuSE. For other distributions click perl-Config-Properties.

Name : perl-Config-Properties
Version : 1.800.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150600.1.1 Date : 2024-07-20 00:34:05
Group : Unspecified Source RPM : perl-Config-Properties-1.800.0-150600.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : Read and write property files
Description :
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).

The official references used to determine this format can be found in the
Java API docs for java.util.Properties at
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.

When a property file is saved it is in the format \"key=value\" for each
line. This can be changed by setting the format attribute using either
$object->format( $format_string ) or $object->setFormat( $format_string )
(they do the same thing). The format string is fed to printf and must
contain exactly two %s format characters. The first will be replaced with
the key of the property and the second with the value. The string can
contain no other printf control characters, but can be anything else. A
newline will be automatically added to the end of the string. The current
format string can be obtained by using $object->format() (with no
arguments) or $object->getFormat().

If a recent version of Text::Wrap is available, long lines are conveniently
wrapped when saving.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Config-Properties-1.800.0-150600.1.1.noarch.rpm
     

Provides :
perl(Config::Properties)
perl-Config-Properties

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Config
/usr/lib/perl5/vendor_perl/5.26.1/Config/Properties.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Config-Properties
/usr/share/doc/packages/perl-Config-Properties/Changes
/usr/share/doc/packages/perl-Config-Properties/README
/usr/share/man/man3/Config::Properties.3pm.gz

 
ICM