1
0
forked from perl/perl-Workflow

Accepting request 1240653 from devel:languages:perl:autoupdate

- updated to 2.30.0 (2.03)
   see /usr/share/doc/packages/perl-Workflow/Changes.md
  ## TO BE RELEASED
  ## 2.03 2025-01-24 BUg fix release, update recommended
  ### Fixed
  - Instances of Workflow::Condition::IsFalse interpreted as `true` return values
    under `$Workflow::Condition::STRICT_BOOLEANS = 0`

OBS-URL: https://build.opensuse.org/request/show/1240653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Workflow?expand=0&rev=22
This commit is contained in:
2025-01-30 22:24:09 +00:00
committed by Git OBS Bridge
parent bd5fbef213
commit bd303c9e01
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 25 05:30:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.30.0 (2.03)
see /usr/share/doc/packages/perl-Workflow/Changes.md
## TO BE RELEASED
## 2.03 2025-01-24 BUg fix release, update recommended
### Fixed
- Instances of Workflow::Condition::IsFalse interpreted as `true` return values
under `$Workflow::Condition::STRICT_BOOLEANS = 0`
-------------------------------------------------------------------
Sun Jan 12 05:32:40 UTC 2025 - Tina Müller <timueller+perl@suse.de>