The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Pod::Weaver::PluginBundle::AMD - Document your modules like AMD does

SYNOPSIS

In weaver.ini:

[@AMD]

or in dist.ini:

[PodWeaver]
config_plugin = @AMD

DESCRIPTION

This is the Pod::Weaver config I use for building my documentation. I use it via Dist::Zilla::PluginBundle::AMD.

OVERVIEW

This plugin bundle is equivalent to the following weaver.ini file:

[@CorePrep]
[Name]
[Region / prelude]
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Generic / OVERVIEW]
[Collect / ATTRIBUTES]
command = attr
[Collect / METHODS]
command = method
[Collect / FUNCTIONS]
command = func
[Leftovers]
[Region / postlude]
[Authors]
[Legal]
[-Transformer]
transformer = List
[-Encoding]

AUTHOR

AMD OSRC Tapper Team <tapper@amd64.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Advanced Micro Devices, Inc..

This is free software, licensed under:

The (two-clause) FreeBSD License