zigdon / twirssi

An irssi script allowing the use of Twitter from within the IRC client.
http://twirssi.com
134 stars 26 forks source link

regex deprecation warnings in Perl 5.22.0 #80

Closed juliandunn closed 6 years ago

juliandunn commented 8 years ago
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 6 years ago

I believe this has been addressed. Can anyone confirm?

atomi commented 6 years ago

Yeah https://github.com/zigdon/twirssi/commit/e36582eff27690696c1d8fc13d9ab17b882a1c56

I deleted my comment. You can close this issue.

By the way, thanks for the recent updates!!! :+1: