-
-
03 Jul 2021 17:31:29 UTC
- Distribution: Dist-Zilla-PluginBundle-RJBS
- Module version: 5.020
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (164 / 0 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (22.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Dist::Zilla
- Dist::Zilla::Plugin::AutoPrereqs
- Dist::Zilla::Plugin::CheckExtraTests
- Dist::Zilla::Plugin::CheckPrereqsIndexed
- Dist::Zilla::Plugin::Git::Contributors
- Dist::Zilla::Plugin::Git::Remote::Check
- Dist::Zilla::Plugin::GithubMeta
- Dist::Zilla::Plugin::PodWeaver
- Dist::Zilla::Plugin::PromptIfStale
- Dist::Zilla::Plugin::TaskWeaver
- Dist::Zilla::Plugin::Test::ChangesHasContent
- Dist::Zilla::Plugin::Test::ReportPrereqs
- Dist::Zilla::PluginBundle::Basic
- Dist::Zilla::PluginBundle::Filter
- Dist::Zilla::PluginBundle::Git
- Dist::Zilla::Role::AfterBuild
- Dist::Zilla::Role::BeforeBuild
- Dist::Zilla::Role::MetaProvider
- Dist::Zilla::Role::PluginBundle::Config::Slicer
- Dist::Zilla::Role::PluginBundle::Easy
- Dist::Zilla::Role::PluginBundle::PluginRemover
- Dist::Zilla::Role::PrereqSource
- Moose
- Pod::Elemental
- Pod::Elemental::PerlMunger
- Pod::Elemental::Transformer::List
- Pod::Weaver
- Pod::Weaver::Config::Assembler
- Pod::Weaver::Section::Contributors
- Pod::Weaver::Section::GenerateSection
- experimental
- utf8
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dist::Zilla::PluginBundle::RJBS - BeLike::RJBS when you build your dists
VERSION
version 5.020
DESCRIPTION
This is the plugin bundle that RJBS uses. It is more or less equivalent to:
[Git::GatherDir] [@Basic] ; ...but without GatherDir and ExtraTests and MakeMaker [MakeMaker] default_jobs = 9 eumm_version = 6.78 [AutoPrereqs] [Git::NextVersion] [PkgVersion] die_on_existing_version = 1 die_on_line_insertion = 1 [MetaConfig] [MetaJSON] [NextRelease] [Test::ChangesHasContent] [PodSyntaxTests] [Test::ReportPrereqs] [PodWeaver] config_plugin = @RJBS [GithubMeta] remote = github remote = origin [@Git] tag_format = %v [Git::Contributors]
If the
task
argument is given to the bundle, PodWeaver is replaced with TaskWeaver and Git::NextVersion is replaced with AutoVersion. If themanual_version
argument is given, AutoVersion is omitted.If the
github_issues
argument is given, and true, the META.* files will point to GitHub issues for the dist's bugtracker.This bundle makes use of Dist::Zilla::Role::PluginBundle::PluginRemover and Dist::Zilla::Role::PluginBundle::Config::Slicer to allow further customization.
PERL VERSION
This module is shipped with no promise about what version of perl it will require in the future. In practice, this tends to mean "you need a perl from the last three years," but you can't rely on that. If a new version of perl ship, this software may begin to require it for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.
AUTHOR
Ricardo Signes <rjbs@semiotic.systems>
CONTRIBUTOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::PluginBundle::RJBS, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::PluginBundle::RJBS
perl -MCPAN -e shell install Dist::Zilla::PluginBundle::RJBS
For more information on module installation, please visit the detailed CPAN module installation guide.