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

NAME

Perl::API - Expose the internal API

SYNPOSIS

EOT

for (@doc) { print PM " $_\n"; }

print PM <<'EOT';

DESCRIPTION

This module expose selected parts of the internal Perl API. Use it at your own risk.

SEE ALSO

perlapi