From a63883fa4d6944e534c2cfbea1b32ec907d53ffe Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 10 Dec 2014 19:31:45 -0800 Subject: [PATCH] quiet push on reference is experimental warning on new perl --- FS/FS/Report/FCC_477.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Report/FCC_477.pm b/FS/FS/Report/FCC_477.pm index af45b2dac..93c8dd38e 100644 --- a/FS/FS/Report/FCC_477.pm +++ b/FS/FS/Report/FCC_477.pm @@ -322,7 +322,7 @@ sub report { if ( $class->can($check_method) ) { # they don't all have these my $eh = $class->$check_method( $row ); $num_errors++ if keys(%$eh); - push $error, $eh + push @$error, $eh } push @$detail, pop @$row; # this comes from the query } -- 2.11.0