The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Weaver::PluginBundle::Author::MAXHQ - MAXHQ's default Pod::Weaver configuration

VERSION

version 1.001002

SYNOPSIS

Put the following into your weaver.ini:

        [@Author::MAXHQ]

OVERVIEW

Currently this plugin bundle is equivalent to:

        [@CorePrep]
        
        [Name]
        [Version]
        
        ;#
        ;# prelude
        ;#
        [Region  / prelude]
        
        [Generic / SYNOPSIS]
        [Generic / DESCRIPTION]
        [Generic / OVERVIEW]
        
        [Extends]
        
        ;#
        ;# functions etc.
        ;#
        [Collect / REX TASKS]
        command = rex_task

        [Collect / MOJOLICIOUS PLUGINS]
        command = mojo_plugin
        
        [Collect / MOJOLICIOUS SHORTCUTS]
        command = mojo_short
        
        [Collect / MOJOLICIOUS CONDITIONS]
        command = mojo_cond
        
        [Collect / MOJOLICIOUS HELPERS]
        command = mojo_helper

        [Collect / FUNCTIONS ]
        command = func

        [Collect / ATTRIBUTES]
        command = attr

        [Collect / METHODS REQUIRED BY THIS ROLE]
        command = requires
        
        [Collect / CLASS METHODS]
        command = class_method
        
        [Collect / METHODS]
        command = method
        
        
        [Leftovers]
        
        ;#
        ;# postlude
        ;#
        [Region  / postlude]
        
        [Authors]
        [Legal]
        
        ;#
        ;# plugins
        ;#
        [-Transformer]
        transformer = List

AUTHOR

Jens Berthold <jens.berthold@jebecs.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.