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::MELO - MELO's Pod::Weaver config

VERSION

version 0.004

SYNOPSIS

# weaver.ini
[@Author::MELO]

or with a dist.ini like so:

# dist.ini
[@Author::MELO]

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

DESCRIPTION

Another fork of the excellent work by RWSTASUNER.

This PluginBundle is like the @Default with the following additions:

  • Inserts a SUPPORT section to the POD just before AUTHOR

  • Adds the List Transformer

  • Enables WikiDoc formatting

  • Generates and collects stopwords

It is roughly equivalent to:

[Encoding]                ; prepend '=encoding utf-8' automatically
[WikiDoc]                 ; transform wikidoc sections to POD
[@CorePrep]               ; [@Default]

[Name]                    ; [@Default]
[Version]                 ; [@Default]

[Region  / prelude]       ; [@Default]

[Generic / SYNOPSIS]      ; [@Default]
[Generic / DESCRIPTION]   ; [@Default]
[Generic / OVERVIEW]      ; [@Default]
[Generic / USAGE]         ; Put USAGE section near the top

[Collect / ATTRIBUTES]    ; [@Default]
command = attr

[Collect / CONSTRUCTORS]
command = constructor

[Collect / METHODS]       ; [@Default]
command = method

[Collect / FUNCTIONS]     ; [@Default]
command = func

[Leftovers]               ; [@Default]

[Region  / postlude]      ; [@Default]

; custom section
[Support]                 ; =head1 SUPPORT (bugs, cpants, git...)
repository_content =
repository_link = both
websites = testers, testmatrix, deps, ratings

[Authors]                 ; [@Default]
[Legal]                   ; [@Default]

[-Transformer]            ; enable =for :list
transformer = List

[-StopWords]              ; generate some stopwords and gather them together

NAME

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

AUTHOR

Pedro Melo <melo@simplicidade.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Pedro Melo.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)