# Gherkin for Perl

Gherkin parser/compiler for Perl. Please see [Gherkin](https://github.com/cucumber/gherkin) for details.

## Developers

Some files are generated from the `gherkin-perl.razor` file. Please run the
following command to generate the perl files.

~~~bash
cd <project_root>/perl
make
~~~