ljunkie / plexWatch

Notify and Log watched content on a Plex Media Server
430 stars 59 forks source link

Escaped '{' literals in regexes #128

Open oliverrahner opened 7 years ago

oliverrahner commented 7 years ago

'{' literals in regexes are considered deprecated in Perl now, won't be supported in Perl 5.26 see http://unix.stackexchange.com/a/238708 and http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#A_literal_%22%7B%22_should_now_be_escaped_in_a_pattern

ghost commented 7 years ago

In all of these examples there are double braces {{ }} and you are only escaping one of them.