1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

Merge pull request #590 from dgilman/master

vnstat_month: suppress warnings in perl 5.18+
This commit is contained in:
sumpfralle 2016-10-17 03:18:24 +02:00 committed by GitHub
commit 1fc1d7526d
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ use strict;
use warnings;
use autodie;
use List::Util 'sum';
use experimental 'switch';
=head1 NAME