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::PostfixDeref - Plugin for postfix dereferencing

SYNOPSIS

Converts usage of the postderef syntax from

$foo->@*

to

@{$foo}

SEE ALSO

postderef feature