Skip to content

Commit

Permalink
Exclude Workflow 2.02 due to a bug in STRICT_BOOLEANS handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jan 22, 2025
1 parent c78dffe commit 67928b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ requires 'Text::CSV';
requires 'Text::Markdown';
requires 'URI';
requires 'URI::Escape';
requires 'Workflow', '1.59';
requires 'Workflow::Action', '1.59';
requires 'Workflow::Condition', '1.59';
requires 'Workflow::Context', '1.59';
requires 'Workflow::Exception', '1.59';
requires 'Workflow::Factory', '1.59';
requires 'Workflow::Persister::DBI', '1.59';
requires 'Workflow::Persister::DBI::ExtraData', '1.59';
requires 'Workflow', '>=1.59, <2.0';
requires 'Workflow::Action', '>=1.59, <2.0';
requires 'Workflow::Condition', '>=1.59, <2.0';
requires 'Workflow::Context', '>=1.59, <2.0';
requires 'Workflow::Exception', '>=1.59, <2.0';
requires 'Workflow::Factory', '>=1.59, <2.0';
requires 'Workflow::Persister::DBI', '>=1.59, <2.0';
requires 'Workflow::Persister::DBI::ExtraData', '>=1.59, <2.0';
requires 'XML::LibXML';
requires 'XML::LibXML::XPathContext';
requires 'YAML::PP';
Expand Down

0 comments on commit 67928b0

Please sign in to comment.