8
0
forked from pool/perl-DateTime

Accepting request 959384 from devel:languages:perl:autoupdate

- updated to 1.57
   see /usr/share/doc/packages/perl-DateTime/Changes
  1.57   2022-03-03
  - The last release would die if Sub::Util was not available, but this should
    just be an optional requirement. Fixed by Paul Howarth. 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. Hopefully this will prevent a third occurrence of this bug.

OBS-URL: https://build.opensuse.org/request/show/959384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=104
This commit is contained in:
2022-03-08 11:49:12 +00:00
committed by Git OBS Bridge
parent ef8c14def5
commit aef38df6be
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 4 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.57
see /usr/share/doc/packages/perl-DateTime/Changes
1.57 2022-03-03
- The last release would die if Sub::Util was not available, but this should
just be an optional requirement. Fixed by Paul Howarth. 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. Hopefully this will prevent a third occurrence of this bug.
-------------------------------------------------------------------
Thu Mar 3 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>