Pod::Weaver::PluginBundle::Author::MAXHQ - MAXHQ's default Pod::Weaver configuration
version 1.000002
Put the following into your weaver.ini
:
[@Author::MAXHQ]
Currently (2014-02-28) this plugin bundle is equivalent to:
[@CorePrep] [Name] [Version] ;# ;# prelude ;# [Region / prelude] [Generic / SYNOPSIS] [Generic / DESCRIPTION] [Generic / OVERVIEW] [Extends] ;# ;# functions etc. ;# [Collect / ATTRIBUTES] command = attr [Collect / REQUIRED METHODS] command = requires [Collect / CLASS METHODS] command = class_method [Collect / METHODS] command = method [Collect / MOJOLICIOUS PLUGINS] command = mojo_plugin [Collect / MOJOLICIOUS SHORTCUTS] command = mojo_short [Collect / MOJOLICIOUS CONDITIONS] command = mojo_cond [Collect / MOJOLICIOUS HELPERS] command = mojo_helper [Leftovers] ;# ;# postlude ;# [Region / postlude] [Authors] [Legal] ;# ;# plugins ;# [-Transformer] transformer = List
Returns my Pod::Weaver
plugin configuration. Based on Pod::Weaver::PluginBundle::RJBS.
The return format is a list of ArrayRefs, where each ArrayRef looks like:
[$name, $package, $payload]
(Described in "replace_bundle_with_contents" in Config::MVP::Assembler::WithBundles)
This method is called by Pod::Weaver, or more specific by "replace_bundle_with_contents" in Config::MVP::Assembler::WithBundles.
Jens Berthold <jens.berthold@jebecs.de>
This software is copyright (c) 2014 by Jens Berthold.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.