quiet push on reference is experimental warning on new perl
authorIvan Kohler <ivan@freeside.biz>
Thu, 11 Dec 2014 03:31:45 +0000 (19:31 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 21 Jul 2015 23:31:38 +0000 (16:31 -0700)
FS/FS/Report/FCC_477.pm

index e8f27f8..75ddee0 100644 (file)
@@ -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
   }