Changelog for
perl-Config-Tiny-2.30-1.el10_0.noarch.rpm :
* Fri Oct 13 2023 Paul Howarth
- 2.30-1- Update to 2.30 - Add support for 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, in t/02.main.t and in t/test.conf - In each case, search for the word greetings to find the new code samples
* Thu Jul 20 2023 Fedora Release Engineering - 2.29-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Apr 05 2023 Paul Howarth - 2.29-1- Update to 2.29 - Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again - Update version number in t/02.main.t
* Fri Jan 20 2023 Fedora Release Engineering - 2.28-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering - 2.28-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova - 2.28-4- Perl 5.36 re-rebuild of bootstrapped packages
* Tue May 31 2022 Jitka Plesnikova - 2.28-3- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering - 2.28-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jan 04 2022 Paul Howarth - 2.28-1- Update to 2.28 - Replace both uses of bareword filehandles with \'my\' variables - Modernize Makefile.PL - Make corresponding patches where appropriate to Tiny.pm and t/02.main.t