If a MATH transform contains both non-repeaters and repeaters, the check on error propagation fails in function validate_deps. The patch below fixes this problem.
[xymon@sodn164u modules]$ diff -u ../../dist/modules/dm_tests.pm dm_tests.pm
--- ../../dist/modules/dm_tests.pm 2013-01-02 10:33:14.000000000 +0100
+++ dm_tests.pm 2014-10-21 21:21:42.962768550 +0200
@@ -2632,7 +2858,9 @@
next;
}
The formatting of the patch has changed when submitting the text. Therefore, the patch is also passed in an attachment.