+ Fix problem of redundant warning

This commit is contained in:
garnier-quentin 2016-05-26 11:29:52 +02:00
parent e741f6f1dc
commit 690f9e7958
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ package centreon::plugins::values;
use strict;
use warnings;
# le label de perfdata: on peut le surcharger (au lieu du label)
# le warning/critical: on peut surcharger
# Warning message with sprintf and too much arguments.
# Really annoying. Need to disable that warning
no if ($^V gt v5.22.0), 'warnings' => 'redundant';
sub new {
my ($class, %options) = @_;