liske / needrestart

Restart daemons after library updates.
GNU General Public License v2.0
427 stars 68 forks source link

Useless use of '\' #62

Closed larsen0815 closed 7 years ago

larsen0815 commented 7 years ago

I have installed the current master (2.11). needrestart shows a warning upon execution:

root@vm-ubuntu:~# needrestart -v
[main] eval /etc/needrestart/needrestart.conf
Useless use of '\'; doesn't escape metacharacter '(' at (eval 18) line 153, <> line 1.
[main] needrestart v2.11

Running on Ubuntu Trusty.

liske commented 7 years ago

This is a regression in Perl 5.20 (i.e. Debian jessie), newer (and older) version of Perl don't report this warning.