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

NAME

Babble::Plugin::CoreSignatures - Plugin for signatures feature

SYNOPSIS

Supports converting from signatures syntax to plain @_ unpacking, for example from

    sub foo :prototype($) ($sig) { }

to

    sub foo ($) { my ($sig) = @_; }

SEE ALSO

signatures feature