mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Use eval around hard-to-find perl modules
This commit is contained in:
parent
a9d8c62541
commit
67470547f0
4 changed files with 14 additions and 6 deletions
|
@ -71,7 +71,8 @@
|
|||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
use DBI;
|
||||
use MythTV;
|
||||
eval 'use MythTV; 1;'
|
||||
or die 'Please install MythTV';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Munin::Plugin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue