Perl::APIReference::Generator - Generate an APIReference from a perlapi.pod


Perl-APIReference documentation  | view source Contained in the Perl-APIReference distribution.

Index


NAME

Top

Perl::APIReference::Generator - Generate an APIReference from a perlapi.pod

SYNOPSIS

Top

  use Perl::APIReference::Generator;
  my $api = Perl::APIReference::Generator->parse(
    file => 'perlapi.5.10.0.pod',
    perl_version => '5.10.0',
  );
  # $api is now a Perl::APIReference object

DESCRIPTION

Top

Generate a perl API reference object from a perlapi.pod file. This is a maintainer's tool and requires Pod::Eventual::Simple and a small change to the main APIReference.pm file if the perl API version isn't supported yet.

SEE ALSO

Top

Perl::APIReference

perlapi

AUTHOR

Top

Steffen Mueller, <smueller@cpan.org>

COPYRIGHT AND LICENSE

Top


Perl-APIReference documentation  | view source Contained in the Perl-APIReference distribution.