1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

use Munin::Plugin (and whatever else) from system perl library

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 17:26:05 +02:00
parent b8ef86efd6
commit 8bda292b64

View file

@ -53,4 +53,4 @@ install:
# - Sun::Solaris::Kstat # - Sun::Solaris::Kstat
# - VMware::VIRuntime # - VMware::VIRuntime
# - MythTV # - MythTV
script: "prove" script: "PERL5LIB=$PERL5LIB:/usr/share/perl5 prove"