The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Babble::Plugin::PostfixDeref - Plugin for postfix dereferencing

SYNOPSIS

Converts usage of the postderef syntax from

    $foo->@*

to

    @{$foo}

SEE ALSO

postderef feature