Update to 2.27

- New upstream release 2.27
  - 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)
  - Move test.conf back into t/, where it was years ago, before someone tried
    to remove all uses of File::Spec; since File::Spec is used often now,
    there is no point in keeping test.conf in the root directory of the distro
epel9 imports/e9/perl-Config-Tiny-2.27-1.el9
Paul Howarth 3 years ago
parent 9d84941c15
commit 8b94fb42c4

@ -6,8 +6,8 @@
%endif
Name: perl-Config-Tiny
Version: 2.26
Release: 4%{?dist}
Version: 2.27
Release: 1%{?dist}
Summary: Perl module for reading and writing .ini style configuration files
License: GPL+ or Artistic
URL: https://metacpan.org/release/Config-Tiny
@ -71,6 +71,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" AUTOMATED_TESTING=1
%{_mandir}/man3/Config::Tiny.3*
%changelog
* Wed Sep 22 2021 Paul Howarth <paul@city-fan.org> - 2.27-1
- Update to 2.27
- 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)
- Move test.conf back into t/, where it was years ago, before someone tried
to remove all uses of File::Spec; since File::Spec is used often now,
there is no point in keeping test.conf in the root directory of the distro
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (Config-Tiny-2.26.tgz) = 647c48f3c4480bf8bb8ec22b7b9a3a5b813d4bc633760f5aef4e03ea90b4b979a0a1617dfc3dba6c31779d04bc2d8233bf61ee509bceb8b2d32e1df481c3f135
SHA512 (Config-Tiny-2.27.tgz) = 2ab77d2f9e01f14047a2c079c58941d707fdc54ea0d30c43e0cfad162b8e810a25a62a435abd11b5da8a7cff9027511534205bf625a2ee9ee7824d4c3eb9d0e9

Loading…
Cancel
Save