The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::Author::SKIRMESS::RepositoryBase - Automatically create and update files

VERSION

Version 0.031

SYNOPSIS

This plugin is part of the Dist::Zilla::PluginBundle::Author::SKIRMESS bundle and should not be used outside of that.

DESCRIPTION

This plugin creates a collection of files that are shared between all my CPAN distributions which makes it easy to keep them all up to date.

The following files are created in the repository and in the distribution:

.appveyor.yml

The configuration file for AppVeyor.

.perlcriticrc

The configuration for Perl::Critic. This file is created from a default contained in this plugin and from distribution specific settings in perlcriticrc.local.

.perltidyrc

The configuration file for perltidy.

.travis.yml

The configuration file for TravisCI. All known supported Perl versions are enabled unless disabled with travis_ci_ignore_perl.

With travis_ci_osx_perl you can specify one or multiple Perl versions to be tested on OSX, in addition to on Linux. If omitted it defaults to one single version.

Use the travis_ci_no_author_testing_perl option to disable author tests on some Perl versions.

t/00-load.t

Verifies that all modules and perl scripts can be compiled with require_ok from Test::More.

xt/author/clean-namespaces.t

Test::CleanNamespaces author test.

xt/author/critic.t

Test::Perl::Critic author test.

xt/author/minimum_version.t

Test::MinimumVersion author test.

xt/author/mojibake.t

Test::Mojibake author test.

xt/author/no-tabs.t

Test::NoTabs author test.

xt/author/pod-no404s.t

Test::Pod::No404s author test.

xt/author/pod-spell.t

Test::Spelling author test. stopwords are added as stopwords.

xt/author/pod-syntax.t

Test::Pod author test.

xt/author/portability.t

Test::Portability::Files author test.

xt/author/test-version.t

Test::Version author test.

xt/release/changes.t

Test::CPAN::Changes release test.

xt/release/distmeta.t

Test::CPAN::Meta release test.

xt/release/eol.t

Test::EOL release test.

xt/release/kwalitee.t

Test::Kwalitee release test.

xt/release/manifest.t

Test::DistManifest release test.

xt/release/meta-json.t

Test::CPAN::Meta::JSON release test.

xt/release/meta-yaml.t

Test::CPAN::Meta release test.

USAGE

The following configuration options are supported:

  • skip - Defines files to be skipped (not generated).

  • stopwords - Defines stopwords for the spell checker.

  • travis_ci_ignore_perl - By default, the generated .travis.yml file runs on all Perl version known to exist on TravisCI. Use the travis_ci_ignore_perl option to define Perl versions to not check.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/skirmess/Dist-Zilla-PluginBundle-Author-SKIRMESS/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/skirmess/Dist-Zilla-PluginBundle-Author-SKIRMESS

  git clone https://github.com/skirmess/Dist-Zilla-PluginBundle-Author-SKIRMESS.git

AUTHOR

Sven Kirmess <sven.kirmess@kzone.ch>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Sven Kirmess.

This is free software, licensed under:

  The (two-clause) FreeBSD License

SEE ALSO

Dist::Zilla::PluginBundle::Author::SKIRMESS