The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pod::Weaver::PluginBundle::Author::RWSTAUNER - RWSTAUNER's Pod::Weaver config

VERSION

version 6.002

SYNOPSIS

; weaver.ini

[@Author::RWSTAUNER]

or with a dist.ini like so:

; dist.ini

[@Author::RWSTAUNER]

you don't need a weaver.ini at all.

ROUGHLY EQUIVALENT

This bundle is roughly equivalent to:

[-SingleEncoding]
[-WikiDoc]
[@CorePrep]
[Name]
[Version]

[Region / Prelude]
region_name = prelude

[Region / test_synopsis]
allow_nonpod = 1
flatten      = 0
region_name  = test_synopsis

[Generic / Synopsis]
header = SYNOPSIS

[Generic / Description]
header = DESCRIPTION

[Generic / Overview]
header = OVERVIEW

[Generic / Usage]
header = USAGE

[Collect / Class Methods]
command = class_method
header  = CLASS METHODS

[Collect / Attributes]
command = attr
header  = ATTRIBUTES

[Collect / Methods]
command = method
header  = METHODS

[Collect / Functions]
command = func
header  = FUNCTIONS

[Leftovers]

[Region / Postlude]
region_name = postlude

[Support]
:version           = 1.005
repository_content =
repository_link    = both
websites           = metacpan

[Generic / Acknowledgements]
header = ACKNOWLEDGEMENTS

[Authors]
[Contributors]
[Legal]

[-Transformer / List]
transformer = List

[-StopWords]
:version = 1.005
include  = ACKNOWLEDGEMENTS

AUTHOR

Randy Stauner <rwstauner@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Randy Stauner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.