$nsHTML =~ s/{{$cid}}/$cname/sg;

Oh wow... that's simply an incorrect regex in the code, without the input. Older perl version did accept this, but newer don't. That's why you get the error now, after the OS update.

"{ } (Curly Braces) — Matches a specific number of times"

--

Michael
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to