Provided by: libcatmandu-perl_1.2019-1_all bug

NAME

       Catmandu::Fix::compact - remove undefined values from an array

SYNOPSIS

          # list => [undef,"hello",undef,"world"]
          compact(list)
          # list => ["Hello","world"]

SEE ALSO

       Catmandu::Fix