Changelog for
perl-DateTime-1.59-1.fc37.x86_64.rpm :
* Mon Oct 24 2022 Paul Howarth
- 2:1.59-1- Update to 1.59 - Fixed tests to pass with DateTime::Locale 1.37+ (GH#34)- Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering - 2:1.58-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova - 2:1.58-3- Perl 5.36 re-rebuild of bootstrapped packages
* Wed Jun 01 2022 Jitka Plesnikova - 2:1.58-2- Perl 5.36 rebuild
* Tue Apr 19 2022 Paul Howarth - 2:1.58-1- Update to 1.58 - Fixed tests so that they ignore the value set in the \'PERL_DATETIME_DEFAULT_TZ\' env var, if one exists (GH#128)
* Thu Mar 03 2022 Paul Howarth - 2:1.57-1- Update to 1.57 - The last release would die if Sub::Util was not available, but this should just be an optional requirement (GH#131); this is the second time I\'ve introduced this bug, so now there\'s a test to make sure that DateTime can be loaded if Sub::Util is not installed, which will hopefully prevent a third occurrence of this bug
* Thu Mar 03 2022 Paul Howarth - 2:1.56-1- Update to 1.56 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value (GH#119)
* Fri Jan 21 2022 Fedora Release Engineering - 2:1.55-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Dec 24 2021 Paul Howarth - 2:1.55-1- Update to 1.55 - Another documentation fix release; this fixes some mistakes, fixes some broken links, and removes all references to the long-dead datetime.perl.org
* Thu Jul 22 2021 Fedora Release Engineering - 2:1.54-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova - 2:1.54-5- Perl 5.34 re-rebuild of bootstrapped packages
* Mon May 24 2021 Jitka Plesnikova - 2:1.54-4- Perl 5.34 re-rebuild of bootstrapped packages
* Sun May 23 2021 Jitka Plesnikova - 2:1.54-3- Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering - 2:1.54-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 05 2020 Paul Howarth - 2:1.54-1- Update to 1.54 - Documentation updates
* Mon Nov 09 2020 Paul Howarth - 2:1.53-1- Update to 1.53 - Added a $dt->rfc3339 method, based on discussion in GH#109