cpan Workflow 1.50

latest releases: 2.01, 2.00, 1.62...
3 years ago
  • Removal of unused dependency: Log::Dispatch, PR #64

  • Perl::Critic annotations addressed, enabled a few Perl::Critic tests, PR #58 and #59

  • Cleared out VSCode configuration file from distribution

  • Removed obsolete notes directory containing older coverage reports, now covered by Coveralls.io, PR #63

  • Removed obsolete prototypes directory containing minor examples for code constructs, PR #62

  • Addressed reports of failling tests from CPAN-testers for release 1.49, test suite now supports being run without PERL_USE_UNSAFE_INC, PR #53

  • Implementation of workaround for issue #10 with the failing observers, this is expected to be readdressed, as the observer implementation will be revisited, PR #60

1.49 2021-01-12 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,

Don't miss a new Workflow release

NewReleases is sending notifications on new releases.