NAME
Pod::Weaver::PluginBundle::GopherRepellent - keep those pesky gophers out of your POD!
VERSION
version 0.004001
SYNOPSIS
# weaver.ini
[@GopherRepellent]
or with a dist.ini like so:
# dist.ini
[@GopherRepellent]
you don't need a weaver.ini at all.
DESCRIPTION
This PluginBundle is like the @Default with the following additions:
Inserts a SUPPORT section to the POD just before AUTHOR
Adds the List Transformer
It is roughly equivalent to:
[@CorePrep] ; [@Default]
[Name] ; [@Default]
[Version] ; [@Default]
[Region / prelude] ; [@Default]
[Generic / SYNOPSIS] ; [@Default]
[Generic / DESCRIPTION] ; [@Default]
[Generic / OVERVIEW] ; [@Default]
[Collect / ATTRIBUTES] ; [@Default]
command = attr
[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
[Authors] ; [@Default]
[Legal] ; [@Default]
[-Transformer] ; =for :list
transformer = List
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.