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

Babble::Plugin::DefinedOr - Plugin for defined-or (//) syntax

SYNOPSIS

Converts usage of the defined-or syntax from

$foo // $bar

to

(map +(defined($_) ? $_ : $bar), $foo)[0]

SEE ALSO

// syntax