Komodo unit test with perl prove not parsing

Attempting to unit test with perl prove in Komodo IDE. Add a test plan with default perl prove settings, test anything protocol (TAP) parser. Output shows fine in stdout (below is one simple test), but nothing comes out in the Results panel for pass/fail/error. What am I missing?
Output from “run” inside Komodo IDE in the Unit Testing/stdout tab:
./lib/Xml/Document.t …
1…1
ok 1
ok
All tests successful.
Files=1, Tests=1, 10 wallclock secs ( 0.03 usr + 0.14 sys = 0.17 CPU)
Result: PASS