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

Changes for version v0.2.0 - 2017-12-17

  • Enhancements
    • Check that return type is either an array or hash reference.
    • Add the parser option to support alternative data file formats.
    • Improved error diagnostics.
    • Namespaces are cleaned up after data files are parsed.
  • Documentation
    • Note that the file argument for the filter and parser options is a Path::Tiny object.
    • Document that data files are parsed in their own namespaces.
    • Reorganized the documentation.
    • Update the POD.
  • Tests
    • Added more tests.
    • Added various author/release tests.
  • Other Changes
    • Change internal _build_data_files method to use a hash reference.
  • Toolchain
    • Explicitly specify more authordeps.

Modules

simple data-driven tests with Test::Roo