The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Workflow::Condition::IsTrue - helper class for true conditions

VERSION

This documentation describes version 2.05 of this package

SYNOPSIS

if (ref $result eq 'Workflow::Condition::IsTrue') {
...
}

DESCRIPTION

This is a helper class, based on Workflow::Condition::Result.

SEE ALSO

COPYRIGHT

Copyright (c) 2004-2024 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please see the LICENSE

AUTHORS

Please see Workflow