Accepting request 982405 from devel:languages:perl:autoupdate

- updated to 2.06
   see /usr/share/doc/packages/perl-Text-Balanced/Changes
  2.06 2022-06-05
      - Released with no further code changes.
  2.05_01 2022-05-29
      - Fix direct use of _match_codeblock by e.g. Switch.  [mohawk2, CPAN
        RT#142923]
      - Fix resetting of whether "/" or "?" allowed to open regex.  [mohawk2, CPAN
        RT#142922]
      - Fix false negative on /.../ regex after "and".  [mohawk2, GH#7]

OBS-URL: https://build.opensuse.org/request/show/982405
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Balanced?expand=0&rev=11
This commit is contained in:
2022-06-16 14:05:58 +00:00
committed by Git OBS Bridge
parent 23c64ff79e
commit c0a22acbf6
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 6 03:07:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.06
see /usr/share/doc/packages/perl-Text-Balanced/Changes
2.06 2022-06-05
- Released with no further code changes.
2.05_01 2022-05-29
- Fix direct use of _match_codeblock by e.g. Switch. [mohawk2, CPAN
RT#142923]
- Fix resetting of whether "/" or "?" allowed to open regex. [mohawk2, CPAN
RT#142922]
- Fix false negative on /.../ regex after "and". [mohawk2, GH#7]
-------------------------------------------------------------------
Mon May 23 03:07:52 UTC 2022 - Tina Müller <timueller+perl@suse.de>