8
0

Accepting request 1101552 from devel:languages:perl:autoupdate

- updated to 1.001001
   see /usr/share/doc/packages/perl-Data-Printer/Changes
  1.1.1   2023-07-30
      BUG FIXES:
          - explicitly mentions that native perl classes (perl 5.38) do not
             have internals.
          - 'quiet' now returns the data properly when return_value is 'pass'.
          - cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
          - fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
            Leon Timmermans for providing a patch)
          - doc fixes and improvements (Matthias Muth, Elvin Aslanov)

OBS-URL: https://build.opensuse.org/request/show/1101552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Printer?expand=0&rev=17
This commit is contained in:
2023-08-03 16:16:44 +00:00
committed by Git OBS Bridge
parent 2a50d9af7c
commit 0b0da5492d
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 31 03:08:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.001001
see /usr/share/doc/packages/perl-Data-Printer/Changes
1.1.1 2023-07-30
BUG FIXES:
- explicitly mentions that native perl classes (perl 5.38) do not
have internals.
- 'quiet' now returns the data properly when return_value is 'pass'.
- cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
- fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
Leon Timmermans for providing a patch)
- doc fixes and improvements (Matthias Muth, Elvin Aslanov)
-------------------------------------------------------------------
Fri Dec 23 03:07:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>