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

NAME

Dist::Zilla::PluginBundle::Author::JQUELIN - Build & release a distribution like jquelin

VERSION

version 2.120971

SYNOPSIS

In your dist.ini:

    [@Author::JQUELIN]

DESCRIPTION

This is a plugin bundle to load all plugins that I am using. Check the code to see exactly what are those plugins.

The following options are accepted:

  • weaver - can be either pod (default) or task, to load respectively either PodWeaver or TaskWeaver.

NOTE: This bundle consumes Dist::Zilla::Role::PluginBundle::Config::Slicer so you can also specify attributes for any of the bundled plugins. The option should be the plugin name and the attribute separated by a dot:

    [@JQUELIN]
    AutoPrereqs.skip = Bad::Module

See "CONFIGURATION SYNTAX" in Config::MVP::Slicer for more information.

SEE ALSO

You can look for information on this module at:

See also: Dist::Zilla::PluginBundle.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Jerome Quelin.

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