mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ Fix problem of redundant warning
This commit is contained in:
parent
f24315f110
commit
5b0874d437
@ -22,9 +22,9 @@ package centreon::plugins::values;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
# Warning message with sprintf and too much arguments.
|
||||||
# le label de perfdata: on peut le surcharger (au lieu du label)
|
# Really annoying. Need to disable that warning
|
||||||
# le warning/critical: on peut surcharger
|
no if ($^V gt v5.22.0), 'warnings' => 'redundant';
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
my ($class, %options) = @_;
|
my ($class, %options) = @_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user