- Addressed bug/issue [#95](https://github.com/jonasbn/perl-workflow/issues/95) via PR [#96](https://github.com/jonasbn/perl-workflow/pull/96), the issue was introduced with PR [#85](https://github.com/jonasbn/perl-workflow/pull/85) in release 1.51
- Improvements to Dist::Zilla config, only ExtUtils::MakeMaker supported via Dist::Zilla now. Module::Build support having been removed. See the [article by Neil Bowers](https://neilb.org/2015/05/18/two-build-files-considered-harmful.html) (NEILB) on the topic. Thanks to Karen Etheridge (ETHER) for information and link to the above-mentioned article (issue [#93](https://github.com/jonasbn/perl-workflow/issues/95), resolved via PR [#98](https://github.com/jonasbn/perl-workflow/pull/98))
- Documentation in `INSTALL` file updated, the information was somewhat scarce and outdated (issue [#92](https://github.com/jonasbn/perl-workflow/issues/92), resolved via PR [#99](https://github.com/jonasbn/perl-workflow/pull/99))
- Some URLs fixed via PR [#97](https://github.com/jonasbn/perl-workflow/pull/97), thanks to Michiel W. Beijen for the contribution
- More unit-tests added via PR [#94](https://github.com/jonasbn/perl-workflow/pull/94), continued work on issue [#36](https://github.com/jonasbn/perl-workflow/pull/94) improving test coverage
Wed Jan 13 03:09:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.49
see /usr/share/doc/packages/perl-Workflow/Changes
1.49 2021-01-08 Maintenance and minor feature release, update not required
- Addressed an issue with return values from Workflow::Condition::GreedyOR's `evaluate_condition`, PR #50 from Erik Huelsmann
- Fixed a bug in condition caching described in issue #9, PR #27 from Erik Huelsmann
- Fixed a bug in Workflow::Condition::LazyAND with wrongful return values, PR #40 from Erik Huelsmann
- Fixed a bug in Workflow::Validator::InEnumeratedType with wrongful naming, PR #33 from Erik Huelsmann
- Updated Dist::Zilla configuration and added LICENSE file to repository based on generated from Dist::Zilla build, this should be automated like the README generation at some point
- Improved internal handling for quoting in internal SQL statements, PR #30 from Erik Huelsmann
- Improved the SQL used for database creation by adding referentiel integrity, PR #29 from Erik Huelsmann
- Addressed a bug in initialization and improved the ability to handle a database handle, PR #32 from Erik Huelsmann
- Improved loading of external of a few dependencies, improving error handling, PR #31 from Erik Huelsmann
- Additions to test suite, WIP on better scoped condition caching, PR #26 from Erik Huelsmann
- Minor feature addition addressing issue #5 with condition caching, PR #25 from Erik Huelsmann
Condition caching can be disabled by setting:
$Workflow::Condition::CACHE_RESULTS = 0; # false
The default is 1, indicating true,
- Improvements to test suite, moved from time to counter, speeding up the test, PR #24 from Erik Huelsmann
- Documentation updates, PR #23 from Erik Huelsmann
- Addressing issue #21 fixing broken URLs, PR #22 from Erik Huelsmann