Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Config-General-2.65-1.12 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: perl-Config-General Distribution: openSUSE Tumbleweed
Version: 2.65 Vendor: openSUSE
Release: 1.12 Build date: Fri Feb 9 20:35:27 2024
Group: Unspecified Build host: i01-armsrv1
Size: 177068 Source RPM: perl-Config-General-2.65-1.12.src.rpm
Packager: http://bugs.opensuse.org
Url: https://metacpan.org/release/Config-General
Summary: Generic Config Module
This module opens a config file and parses its contents for you. The *new*
method requires one parameter which needs to be a filename. The method
*getall* returns a hash which contains all options and its associated
values of your config file.

The format of config files supported by *Config::General* is inspired by
the well known Apache config format, in fact, this module is 100%
compatible to Apache configs, but you can also just use simple name/value
pairs in your config files.

In addition to the capabilities of an Apache config file it supports some
enhancements such as here-documents, C-style comments or multiline options.

Provides

Requires

License

Artistic-2.0

Changelog

* Mon Apr 11 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 2.65
    see /usr/share/doc/packages/perl-Config-General/Changelog
    2.65  - fix rt.cpan.org#132893: clarified license, now licensed
      under the Artistic License 2.0.
    - fix rt.cpan.org#139261: correctly include directories.
    - fix rt.cpan.org#118746: remove the comma from legal
    variable names, added mandatory start characters a-zA-Z0-9,
      added a section in the POD to clarify this.
    - fix rt.cpan.org#119160: fix IfDefine code. Thanks for the patch.
    2.64  - fix rt.cpan.org#142095: copy default hash, avoid modification.
    - the Catalyst folks who hosted the source of this module
      closed or moved the repository, I have not been informed and
      have therefore lost all history of the module. So I moved
      to github (https://github.com/TLINDEN/Config-General).
      Thanks for nothing, Catalyst.
* Sun Jul 31 2016 coolo@suse.com
  - updated to 2.63
    see /usr/share/doc/packages/perl-Config-General/Changelog
    2.63  - fix for rt.cpan.org#116340: do only consider a backslash
      as meta escape char, but not if it appears on it's own,
      as it happens on windows platforms. Thanks to for finding
    and tracking it down.
* Sat Jul 09 2016 coolo@suse.com
  - updated to 2.62
    see /usr/share/doc/packages/perl-Config-General/Changelog
    2.62  - fix rt.cpan.org#115326: Callback on 'pre_open' not called
      when glob expands to one include file
    - added patch by Niels van Dijke, which adds apache IFDefine
      support. Use -UseApacheIfDefine=>1 to enable, add defines
      with -Define and add <IFDefine ...> to your config, see
      pod for details.
    - added test case for the code.
    - fixed unindented half of the pod, which was largely no
      readable because of this. However, I wonder why this hasn't
      reported, seems nobody reads the docs :)
    - fixed tab/space issues here and there
* Thu May 05 2016 coolo@suse.com
  - updated to 2.61
    see /usr/share/doc/packages/perl-Config-General/Changelog
    2.61    - fix rt.cpan.org#113671: ignore utf BOM, if any and turn on
    UTF8 support if not yet enabled.
* Fri Oct 23 2015 coolo@suse.com
  - updated to 2.60
    see /usr/share/doc/packages/perl-Config-General/Changelog
    2.60    - fix rt.cpan.org#107929: added missing test config.
    2.59    - fix rt.cpan.org#107108 by adding support for IncludeOptional.
    - clarified documentation on StoreDelimiter.
    2.58    - bump version
* Sun Jun 07 2015 coolo@suse.com
  - updated to 2.58
    see /usr/share/doc/packages/perl-Config-General/Changelog
* Thu May 21 2015 coolo@suse.com
  - updated to 2.57
    see /usr/share/doc/packages/perl-Config-General/Changelog
    2.57	- fix rt.cpan.org#104548, dont allow special chars like newline
    or < in keys, which leads to faile when saving.
    2.56	- fix rt.cpan.org#95325
    2.55	- fix rt.cpan.org#95314
* Tue Sep 16 2014 coolo@suse.com
  - updated to 2.56
    2.54   - fixed rt.cpan.org#39814. changed the order of pre-processing
      in _read(): 1) remove comments, 2) check for continuation,
      3) remove empty lines.
    2.53    - applied patch rt.cpan.org#68153, which adds a find() method to
      Config::General::Extended.
    - fixed rt.cpan.org#79869 (in fact it has been fixed in 2.52
      but I forgot to mention it here).
    - applied spelling fixes rt.cpan.org 87072+87080.
    - fixed rt.cpan.org#89379
* Thu Jun 26 2014 lchiquitto@suse.com
  - remove obsolete patch from source:
    0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch.
* Fri Jul 26 2013 coolo@suse.com
  - updated to 2.52
    - applied pod patch rt.cpan.org#79603
    - fixed rt.cpan.org#80006, it tolerates now whitespaces
      after the block closing >
    - added -Plug parameter, which introduces plugin closures.
      idea from rt.cpan.org#79694.
      Currently available hooks are:
      pre_open, pre_read, post_read, pre_parse_value, post_parse_value
    - applied patch by Ville Skytt344, spelling fixes.
    - fixed rt.cpan.org#85080, more spelling fixes.
    - applied patch rt.cpan.org#85132, which fixes a deprecation
      warning in perl 5.18 and above. Fixes #85668 as well.
    - applied patch rt.cpan.org#85538, c-style comments
      are ignored inside here-docs.
    - fixed rt.cpan.org#82637, don't use indirect object syntax
      in pod and code.
  - remove obsolete 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch

Files

/usr/lib/perl5/vendor_perl/5.38.2/Config
/usr/lib/perl5/vendor_perl/5.38.2/Config/General
/usr/lib/perl5/vendor_perl/5.38.2/Config/General.pm
/usr/lib/perl5/vendor_perl/5.38.2/Config/General/Extended.pm
/usr/lib/perl5/vendor_perl/5.38.2/Config/General/Interpolated.pm
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/Config
/usr/lib/perl5/vendor_perl/5.38.2/armv6l-linux-thread-multi-64int/auto/Config/General
/usr/share/doc/packages/perl-Config-General
/usr/share/doc/packages/perl-Config-General/Changelog
/usr/share/doc/packages/perl-Config-General/README
/usr/share/man/man3/Config::General.3pm.gz
/usr/share/man/man3/Config::General::Extended.3pm.gz
/usr/share/man/man3/Config::General::Interpolated.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024