With Perl v5.14.2, use of qw(...) as parentheses is deprecated in...
Brought to you by:
aeby
With Perl v5.14.2, use of qw(...) as parentheses is deprecated in:
bin/Statusmon/bs_evgen.pm: line 438
bin/Statusmon/DisplayCFG.pm: line 383
--- DisplayCFG.pm 2013-08-24 08:07:12.097833193 -0400
+++ DisplayCFG.pm 2013-08-24 08:08:13.305834460 -0400
@@ -380,7 +380,8 @@
"name" => $table
} );
$tab{"group"} = $table;
--- bs_evgen.pm 2013-08-24 08:07:12.097833193 -0400
+++ bs_evgen.pm 2013-08-24 08:07:45.129833876 -0400
@@ -435,7 +435,8 @@
elsif( $event->{"cmd"} eq "remove" ) {
my $host = $event->{"host"};
my $check = $event->{"check"};
--- vmstat.pm 2013-08-24 08:37:59.185871420 -0400
+++ vmstat.pm 2013-08-24 08:30:02.657861558 -0400
@@ -33,7 +33,8 @@
$info0->{"$head"} = $value;
}
$duration = ($duration>0)?$duration:1;
foreach my $head qw( si so bi bo in cs ) {
$info0->{"$head"} /= $duration;
}
return $info;
fixed in CVS Head. Statusmon::Display was also affected.
Thanks for reporting!