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

Unescaped left brace in regex is deprecated, passed through in regex #7

Open
paternal opened this issue Apr 25, 2016 · 0 comments
Open

Comments

@paternal
Copy link

When using the report and getfield plugins, I get the following warnings:

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/{{ <-- HERE \$page}}/ at ikiplugins/IkiWiki/Plugin/report.pm line 98.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/(\\?){{ <-- HERE \$([-\w]+)}}/ at ikiplugins/IkiWiki/Plugin/getfield.pm line 73.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/(\\?){{ <-- HERE \$([-\w/]+)#([-\w]+)}}/ at ikiplugins/IkiWiki/Plugin/getfield.pm line 76.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/(\\?){{ <-- HERE \+\$([-\w]+)\+}}/ at ikiplugins/IkiWiki/Plugin/getfield.pm line 84.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/(\\?){{ <-- HERE \+\$([-\w/]+)#([-\w]+)\+}}/ at ikiplugins/IkiWiki/Plugin/getfield.pm line 86.

Using:

  • ikiwiki version 3.20160121
  • up-to-date ikiplugins : 4d2da05
  • perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
  • on Debian Stretch.

Thanks for your work!

zmughal added a commit to ikiwiki-dakine/rubykat-ikiplugins that referenced this issue Sep 29, 2017
This removes the

    Unescaped left brace in regex is deprecated, passed through in regex

warning from Perl 5.22.

Fixes <rubykat#7>.
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

No branches or pull requests

1 participant