SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Config-Fast rpm build for : openSUSE Tumbleweed. For other distributions click perl-Config-Fast.

Name : perl-Config-Fast
Version : 1.07 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 480.48 Date : 2024-08-05 19:33:21
Group : Development/Libraries/Perl Source RPM : perl-Config-Fast-1.07-480.48.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Extremely fast configuration file parser
Description :
This module is designed to provide an extremely lightweight way to parse
moderately complex configuration files. As such, it exports a single
function - \'fastconfig()\' - and does not provide any OO access methods.
Still, it is fairly full-featured.

Here\'s how it works:

%cf = fastconfig($file, $delim);

Basically, the \'fastconfig()\' function returns a hash of keys and values
based on the directives in your configuration file. By default, directives
and values are separated by whitespace in the config file, but this can be
easily changed with the delimiter argument (see below).

When the configuration file is read, its modification time is first checked
and the results cached. On each call to \'fastconfig()\', if the config file
has been changed, then the file is reread. Otherwise, the cached results
are returned automatically. This makes this module great for \'mod_perl\'
modules and scripts, one of the primary reasons I wrote it. Simply include
this at the top of your script or inside of your constructor function:

my %cf = fastconfig(\'/path/to/config/file.conf\');

If the file argument is omitted, then \'fastconfig()\' looks for a file named
\'$0.conf\' in the \'../etc\' directory relative to the executable. For
example, if you ran:

/usr/local/bin/myapp

Then \'fastconfig()\' will automatically look for:

/usr/local/etc/myapp.conf

This is great if you\'re really lazy and always in a hurry, like I am.

If this doesn\'t work for you, simply supply a filename manually. Note that
filename generation does not work in \'mod_perl\', so you\'ll need to supply a
filename manually.

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Config-Fast-1.07-480.48.noarch.rpm
     

Provides :
perl(Config::Fast)
perl-Config-Fast

Requires :
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Config
/usr/lib/perl5/vendor_perl/5.40.0/Config/Fast.pm
/usr/share/doc/packages/perl-Config-Fast
/usr/share/doc/packages/perl-Config-Fast/Changes
/usr/share/doc/packages/perl-Config-Fast/README
/usr/share/man/man3/Config::Fast.3pm.gz

 
ICM