Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perl Plugin: changed exec in provider 'false' case:
perl -M${module} -e 1 does not work here because of two Problems: 1. $include_dirs is ignored 2. Collectd.pm boundled with collectd uses constants, which are set by the special perl interpreter build into collectds perl plugin. Without these constants collectd perl modules will not work. This commit fixes both issues.
- Loading branch information