Subject: | TODO and SKIP blocks don't work |
TODO and SKIP blocks do not work in this distribution.
For example, try running a test harness this:
TODO:{
local $TODO = "can't find this bug yet...";
like_xpath('<xml>nothing</xml>','/p','failing xpath');
}
This should not fail an entire test suite.