mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Merge pull request #590 from dgilman/master
vnstat_month: suppress warnings in perl 5.18+
This commit is contained in:
commit
1fc1d7526d
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ install:
|
||||||
- cpanm --notest XML::Smart
|
- cpanm --notest XML::Smart
|
||||||
- cpanm --notest XML::Twig
|
- cpanm --notest XML::Twig
|
||||||
- cpanm --notest nvidia::ml
|
- cpanm --notest nvidia::ml
|
||||||
|
- cpanm --notest experimental
|
||||||
# - Sys::Virt version matching the test system's libvirt-dev
|
# - Sys::Virt version matching the test system's libvirt-dev
|
||||||
- cpanm --notest DANBERR/Sys-Virt-0.9.8.tar.gz
|
- cpanm --notest DANBERR/Sys-Virt-0.9.8.tar.gz
|
||||||
# Modules used by plugins, but missing on cpan
|
# Modules used by plugins, but missing on cpan
|
||||||
|
|
|
@ -4,6 +4,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use autodie;
|
use autodie;
|
||||||
use List::Util 'sum';
|
use List::Util 'sum';
|
||||||
|
use experimental 'switch';
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue