zigdon/twirssi

regex deprecation warnings in Perl 5.22.0

Closed this issue · 2 comments

00:03 Unescaped left brace in regex is deprecated, passed through in regex;
          marked by <-- HERE in m/\${ <-- HERE |\$}/ at
          /home/staff/jdunn/.irssi/scripts/autorun/twirssi.pl line 325.
00:03
00:03 Unescaped left brace in regex is deprecated, passed through in regex;
          marked by <-- HERE in m/\${ <-- HERE .*?\$}/ at
          /home/staff/jdunn/.irssi/scripts/autorun/twirssi.pl line 328.
00:03
00:03 Unescaped left brace in regex is deprecated, passed through in regex;
          marked by <-- HERE in m/^list{ <-- HERE (.)}(?:,|$)/ at
          /home/staff/jdunn/.irssi/scripts/autorun/twirssi.pl line 3244.
gedge commented

I believe this has been addressed. Can anyone confirm?

atomi commented

Yeah e36582e

I deleted my comment. You can close this issue.

By the way, thanks for the recent updates!!! 👍