https://github.com/cucumber/gherkin-perl
[READ-ONLY] Gherkin for Perl - subtree of monorepo https://github.com/cucumber/cucumber -- moved to https://github.com/cucumber/gherkin
https://github.com/cucumber/gherkin-perl
Last synced: 8 months ago
JSON representation
[READ-ONLY] Gherkin for Perl - subtree of monorepo https://github.com/cucumber/cucumber -- moved to https://github.com/cucumber/gherkin
- Host: GitHub
- URL: https://github.com/cucumber/gherkin-perl
- Owner: cucumber
- License: mit
- Archived: true
- Created: 2016-02-25T16:06:51.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T15:46:34.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:55:12.860Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 123
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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 /perl
make
~~~