Skip to content

Conversation

@haarg
Copy link
Member

@haarg haarg commented May 13, 2025

Using a bare curly brace is not a fatal error in a regular expression. Instead, the regex is failing to be compiled because the code tests it using a string eval like eval "m{$_}". Instead, use a regular expression that is fully invalid by using an unmatched square bracket.

Using a bare curly brace is not a fatal error in a regular expression.
Instead, the regex is failing to be compiled because the code tests it
using a string eval like `eval "m{$_}"`. Instead, use a regular
expression that is fully invalid by using an unmatched square bracket.
@haarg
Copy link
Member Author

haarg commented May 13, 2025

The test failures here are caused by the new version of Pod::Simple. I'm looking into a fix for that.

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.

2 participants