NAME Data::Table::Gherkin - Lean Gherkin data table parser INSTALLATION To install this module, use your preferred CPAN client. If this is "cpanm" then run the command cpanm Data::Table::Gherkin DOCUMENTATION After the installation, you can find further documentation using the command perldoc Data::Table::Gherkin DEVELOPMENT After the download of the source code, you have to install the module dependencies first. The dependencies are described in a "cpanfile". It follows the "configure" step that creates a "Makefile" perl Makefile.PL You may explicitly trigger the "build" step, calling make before executing all test scripts make test # in lexicographic order prove t # in random order The "RELEASE_TESTING" flag enables the release testing context.