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

perl-Config-Tiny-2.300.0-2.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Config-Tiny Distribution: openSUSE Tumbleweed
Version: 2.300.0 Vendor: openSUSE
Release: 2.1 Build date: Sun Mar 10 20:33:07 2024
Group: Unspecified Build host: i02-ch2a
Size: 51870 Source RPM: perl-Config-Tiny-2.300.0-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Config-Tiny
Summary: Read/Write .ini style files with as little code as possible
'Config::Tiny' is a Perl class to read and write .ini style configuration
files with as little code as possible, reducing load time and memory
overhead.

Most of the time it is accepted that Perl applications use a lot of memory
and modules.

The '*::Tiny' family of modules is specifically intended to provide an
ultralight alternative to the standard modules.

This module is primarily for reading human written files, and anything we
write shouldn't need to have documentation/comments. If you need something
with more power move up to Config::Simple, Config::General or one of the
many other 'Config::*' modules.

Lastly, Config::Tiny does *not* preserve your comments, whitespace, or the
order of your config file.

See Config::Tiny::Ordered (and possibly others) for the preservation of the
order of the entries in the file.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Fri Oct 13 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 2.30
    see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
    [V 2.30]
    Date=2023-10-12T17:17:08
    Comments= <<EOT
    - As of V 2.30, this module supports an array syntax for cases where you wish to
    assign an array of values to a key.
    - See the new POD section called ARRAY SYNTAX.
    - See also the updated question in the FAQ: What happens if a key is repeated?
    - See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
    - In each case, search for the word greetings to find the new code samples.
    - This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.
    EOT
* Mon Apr 24 2023 Andrew Daugherity <adaugherity@tamu.edu>
  - fix build on SLES 12 (no make_build macro)
* Thu Apr 06 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 2.29
    see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
    [V 2.29]
    Date=2023-04-05T12:53:00
    Comments= <<EOT
    - Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again.
    Thanx to Andrew Daugherity for the patch.
    - Update versiojnn # in t/02.main.t.
    EOT
* Wed Jan 05 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 2.28
    see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
    [V 2.28]
    Date=2022-01-04T15:47:58
    Comments= <<EOT
    - Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles
    with my variables. With thanx.
    - Accept 2019 pull request to Makefile.PL, for the purpose of modernization, and with
    some slight modifications, from Grinnz.
    - Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
    - Thanx to Grinnz aka Dan Book for the prompting.
    EOT
* Thu Sep 23 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 2.27
    see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
    [V 2.27]
    Date=2021-09-21T15:48:00
    Comments= <<EOT
    - Add the option of passing a hashref to the constructor, where it is turned into an
    object of the class. See POD under new([$config]) for details.
    This patch to the code and POD includes the new test t/08.constructor.t.
    The patch was provided by D Hauke, with thanx.
    - Move test.conf back into t/, where it was years ago, before someone tried to remove
    all uses of File::Spec. But since File::Spec is used often now, there is no point
    in keeping test.conf in the root directory of the distro.
    EOT
* Tue Feb 02 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 2.26
    see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
* Thu Aug 01 2019 Stephan Kulow <coolo@suse.com>
  - Update to 0.24
    - Delete from caveats in documentation where it used to say:
      'Config::Tiny will only recognize the first time an option is set in a config file.'
      'Any further attempts to set the same option later in the config file are ignored.'
      In reality the code uses the 2nd and subsequent values to overwrite earlier values.
    - Make this topic a new FAQ.
    - Add corresponding test t/06.repeat.key.t.
    - Update POD to clarify trailing comment options.
    - Add corresponding test t/07.trailing.comment.t.
    - Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide char in print'.
    - Move xt/pod.t to xt/author/pod.t.
    - Adopt new repo structure. See
      http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
    - Move require 5.008001 from Tiny.pm into Makefile.PL.
* Sun Oct 08 2017 coolo@suse.com
  - updated to 2.23
    see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
    [V 2.23]
    Date=2015-10-14T09:11:00
    Comments= <<EOT
    - Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
    version of the code will have to be released.
    - Fix read() and write() so they work on files called '0' (zero). See RT#107754.
    Many thanx to Григорий Кудренко for the report and patch.
    - Add t/05.zero.t and t/0 to test the new code.
    - Reformat the source slightly.
    EOT
* Sat Mar 21 2015 mpluskal@suse.com
  - Update to 2.22
    * Fix licence info in Makefile.PL to say Perl.
  - Changes for 2.21
    * Patch Makefile.PL to refer to the current repo, which is on
      github, and not the original one, which is on Adam's web site.
      See RT#102125.
    * Remove Build.PL because Karen Etheridge tells me Module::Build
      is no longer in core. See RT#102126.
    * Edit line lengths in this file to a max of 100 chars.
    * Edit line lengths in the docs the same way.
    * Expand the See Also section of the docs.

Files

/usr/lib/perl5/vendor_perl/5.38.2/Config
/usr/lib/perl5/vendor_perl/5.38.2/Config/Tiny.pm
/usr/share/doc/packages/perl-Config-Tiny
/usr/share/doc/packages/perl-Config-Tiny/Changes
/usr/share/doc/packages/perl-Config-Tiny/README
/usr/share/licenses/perl-Config-Tiny
/usr/share/licenses/perl-Config-Tiny/LICENSE
/usr/share/man/man3/Config::Tiny.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024