https://github.com/rsrchboy/dist-zilla-pluginbundle-rsrchboy
Zilla your distributions like RSRCHBOY!
https://github.com/rsrchboy/dist-zilla-pluginbundle-rsrchboy
Last synced: about 2 months ago
JSON representation
Zilla your distributions like RSRCHBOY!
- Host: GitHub
- URL: https://github.com/rsrchboy/dist-zilla-pluginbundle-rsrchboy
- Owner: rsrchboy
- License: other
- Created: 2011-04-01T20:01:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T01:37:41.000Z (about 6 years ago)
- Last Synced: 2024-06-18T18:43:34.291Z (12 months ago)
- Language: Perl
- Homepage: http://metacpan.org/release/Dist-Zilla-PluginBundle-RSRCHBOY/
- Size: 654 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/rsrchboy/dist-zilla-pluginbundle-rsrchboy)
[](http://cpants.charsbar.org/dist/overview/Dist-Zilla-PluginBundle-RSRCHBOY)
[](https://coveralls.io/r/rsrchboy/dist-zilla-pluginbundle-rsrchboy?branch=master)# NAME
Dist::Zilla::PluginBundle::RSRCHBOY - Zilla your distributions like RSRCHBOY!
# VERSION
This document describes version 0.077 of Dist::Zilla::PluginBundle::RSRCHBOY - released March 05, 2018 as part of Dist-Zilla-PluginBundle-RSRCHBOY.
# SYNOPSIS
# in your dist.ini...
[@RSRCHBOY]# DESCRIPTION
This is RSRCHBOY's current [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla) `dist.ini` config for his packages.
He's still figuring this all out. It's like vim, you never really know all
the things.If you'd like to see what this does without digging into the guts, I recommend
you install the most excellent [Dist::Zilla::App::Command::dumpphases](https://metacpan.org/pod/Dist::Zilla::App::Command::dumpphases)
package. This will give you a new dzil command, allowing you to see a
sensible dump of what plugins are going to be used, etc.# METHODS
## release\_plugins
Plugin configuration for public release.
## author\_tests
## meta\_provider\_plugins
Plugins that mess about with what goes into META.\*.
## configure
Preps plugin lists / config; see [Dist::Zilla::Role::PluginBundle::Easy](https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::Easy).
## stopwords
A list of words our POD spell checker should ignore.
# OPTIONS
## sign (boolean; default: true)
On release, use your gpg key to sign the version tag created (if you're using
git) and also generate a SIGNATURE file.See also [Dist::Zilla::Plugin::Signature](https://metacpan.org/pod/Dist::Zilla::Plugin::Signature).
## tweet (boolean; default: true)
If set to a true value, we'll use [Dist::Zilla::Plugin::Twitter](https://metacpan.org/pod/Dist::Zilla::Plugin::Twitter) to tweet
when a release occurs.## github (boolean; default: true)
This enables various GitHub related plugins to update distribution and GitHub
metadata automatically.## install\_on\_release (boolean; default: true)
After a release, install the distribution locally. Our default install command
is (from inside the built release directory):cpanm .
You can change this by setting the `InstallRelease.install_command` option.
# BUNDLED PLUGIN OPTIONS
It's possible to pass options to our bundled plugins directly:
; format is Plugin::Name.option
[@RSRCHBOY]
GatherDir.exclude_filename = cpanfileFor information on specific plugins and their options, you should refer to the
documentation of [Dist::Zilla::Role::PluginBundle::Config::Slicer](https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::Config::Slicer).# SEE ALSO
Please see those modules/websites for more information related to this module.
- [Dist::Zilla::App::Command::dumpphases](https://metacpan.org/pod/Dist::Zilla::App::Command::dumpphases)
- [Dist::Zilla::Role::PluginBundle::PluginRemover](https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::PluginRemover)
- [Dist::Zilla::Role::PluginBundle::Config::Slicer](https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::Config::Slicer)
- [Config::MVP::Slicer](https://metacpan.org/pod/Config::MVP::Slicer)# BUGS
Please report any bugs or feature requests on the bugtracker website
[https://github.com/rsrchboy/dist-zilla-pluginbundle-rsrchboy/issues](https://github.com/rsrchboy/dist-zilla-pluginbundle-rsrchboy/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
Chris Weyl
# CONTRIBUTORS
- Neil Bowers
- Sergey Romanov# COPYRIGHT AND LICENSE
This software is Copyright (c) 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011 by Chris Weyl.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999