Skip to content

jquelin/dist-zilla-pluginbundle-author-jquelin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

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

VERSION

version 3.005

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.