Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gherkin-perl: Reinstate Perl 5.10.1 compatibility #1495

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

ehuelsmann
Copy link
Contributor

@ehuelsmann ehuelsmann commented Apr 22, 2021

Summary

Close #1494: Reinstate Perl 5.10.1 compatibility

Details

The 'yada-yada' operator (triple-dot) was added to Perl 5.12. It's functionally equivalent to die "Unimplemented";. The rest of the code base is 5.10.1 compliant. These two (minor) issues do not seem like a good reason to increase the requirement.

How Has This Been Tested?

make test in the docker development environment.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).

Checklist:

  • I've added tests for my code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have updated the CHANGELOG accordingly.

@ehuelsmann ehuelsmann merged commit d4c685d into master Apr 22, 2021
@ehuelsmann ehuelsmann deleted the gherkin-perl-5.10.1-compat branch April 22, 2021 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gherkin-perl: Gherkin uses feature from perl5.12 but only requires perl5.10.1 language:perl
1 participant