There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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