Skip to content

Conversation

@jenkijo
Copy link
Contributor

@jenkijo jenkijo commented Apr 16, 2019

Pull Request Prelude

Changes Proposed

Issues addressed: None

In perl v5.22, using a literal { in a regular expression was deprecated, and will emit a warning if it isn't escaped: {. In v5.26, this won't just warn, it'll cause a syntax error.

Before:
Before

After:
After

Issue:
- Unescaped left brace in regex is illegal here in regex;
@HerculesWSAPI
Copy link
Contributor

This change is Reviewable

@MishimaHaruna MishimaHaruna added this to the Release v2019.05.05 milestone May 5, 2019
@MishimaHaruna MishimaHaruna merged commit 99264cf into HerculesWS:master May 5, 2019
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.

6 participants