Thinking further, the following can now be removed from `subst.in`:
# add to libexecdir to INC for perl utils.pm
/^use/ { if (/lib/) { if (/utils.pm|"."/ ) {sub(/utils.pm|"."/,led() )} } }Removing this would stop new contributions from accidentally using it again. The whole `led()` function could be then removed too. -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1241#issuecomment-36098237
