Accepting request 1066766 from devel:languages:perl:autoupdate

- updated to 0.614
   see /usr/share/doc/packages/perl-Complete-Util/Changes
  0.614   2023-01-17  Released-By: PERLANCAR; Urgency: medium
          - [bugfix] complete_comma_sep() didn't handle hashref in answer
            element and returned stringified hashref when only 1 answer is to
            be returned.
  0.613   2023-01-17  Released-By: PERLANCAR; Urgency: medium
          - complete_comma_sep(): Support showing summaries.

OBS-URL: https://build.opensuse.org/request/show/1066766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Complete-Util?expand=0&rev=3
This commit is contained in:
2023-02-20 14:05:59 +00:00
committed by Git OBS Bridge
parent 4f08a1bf59
commit 93eec326bd
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 16 03:06:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.614
see /usr/share/doc/packages/perl-Complete-Util/Changes
0.614 2023-01-17 Released-By: PERLANCAR; Urgency: medium
- [bugfix] complete_comma_sep() didn't handle hashref in answer
element and returned stringified hashref when only 1 answer is to
be returned.
0.613 2023-01-17 Released-By: PERLANCAR; Urgency: medium
- complete_comma_sep(): Support showing summaries.
-------------------------------------------------------------------
Thu Dec 8 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>