Re: [Perl-workflow-devel] in 1.32 add_config does not work for condition
Brought to you by:
jonasbn
From: Sergei V. <sv...@pn...> - 2009-04-17 13:42:56
|
Hi, Jim Brandt wrote: > Could you add some tests to the test file you found that demonstrate > this problem? It sounds like you may have already done this as part of > your testing and it would be really helpful to have the tests. Yes, please find attached file, which runs ok with 0.31 and fails with 1.32. Maybe the following could be of help. On the way from 0.31 to 1.32 a function _add_condition_config was changed in such a way, that now it has one extra "foreach". And now the arguments (which add_config passes to the _add_condition_config function) happen to be _not_ compatible with this extra "foreach". All the best, Sergei |