use Test::More; use Test::XML::XPath; plan tests=>1; TODO: { local $TODO = 'testing todo block'; like_xpath('', '/xml', 'test test'); }