The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.14 - 2017-02-17

  • new module TAP::DOM::Archive to extract TAP::Archive files into a multi-document super DOM
  • Store "# Test-key: value" entries also as 'kv_data' under their parent ok line.
    • Please note, this creates redundancy with global 'document_data' as it still stores entries there. This is to keep backwards compatibility with existing TAP documents' DOM.
    • If you want clear separation between global 'document_data' from #Test-key:value entries not belonging to a test ok/notok line and 'kv_data' entries, then set option 'disable_global_kv_data'.

Modules

TAP as Document Object Model.
Handle TAP:Archive files
Accessors for TAP::DOM specific parse config
Accessors for key/value document data
Accessors for TAP::DOM line entries
Accessors for TAP::DOM summary part