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

NAME

Pod::Weaver::PluginBundle::Author::CCM - A plugin bundle for pod woven by CCM

VERSION

version 0.009

SYNOPSIS

    # In your weaver.ini file:
    [@Author::CCM]

    # In your dist.ini file:
    [PodWeaver]
    config_plugin = @Author::CCM

DESCRIPTION

You probably don't want to use this.

METHODS

configure

Returns the configuration in a form similar to what one might use with "add_plugins" in Dist::Zilla::Role::PluginBundle::Easy.

mvp_bundle_config

Required in order to be a plugin bundle.

SEE ALSO

CREDITS

This module was heavily inspired by Karen Etheridge's config.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Charles McGarvey <chazmcgarvey@brokenzipper.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Charles McGarvey.

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