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

Search results for "dist:Dist-Zilla Dist::Zilla::Plugin"

Dist::Zilla::Role::Plugin - something that gets plugged in to Dist::Zilla River stage three • 655 direct dependents • 710 total dependents

The Plugin role should be applied to all plugin classes. It provides a few key methods and attributes that all plugins will need....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::Readme - build a README file River stage three • 655 direct dependents • 710 total dependents

This plugin adds a very simple README file to the distribution, citing the dist's name, version, abstract, and license. It may be more useful or informative in the future....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::License - output a LICENSE file River stage three • 655 direct dependents • 710 total dependents

This plugin adds a LICENSE file containing the full text of the distribution's license, as produced by the "fulltext" method of the dist's Software::License object....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::PkgDist - add a $DIST to your packages River stage three • 655 direct dependents • 710 total dependents

This plugin will add a line like the following to each package in each Perl module or program (more or less) within the distribution: { our $DIST = 'My-CPAN-Dist'; } # where 'My-CPAN-Dist' is your dist name It will skip any package declaration that i...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::DistINI - a plugin to add a dist.ini to newly-minted dists River stage three • 655 direct dependents • 710 total dependents

This plugins produces a dist.ini file in a new dist, specifying the required core attributes from the dist being minted. This plugin is dead simple and pretty stupid, but should get better as dist minting facilities improve. For example, it will not ...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::ExecDir - install a directory's contents as executables River stage three • 655 direct dependents • 710 total dependents

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::Prereqs - list simple prerequisites River stage three • 655 direct dependents • 710 total dependents

This module adds "fixed" prerequisites to your distribution. These are prereqs with a known, fixed minimum version that doesn't change based on platform or other conditions. You can specify prerequisites for different phases and kinds of relationship...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::ShareDir - install a directory's contents as "ShareDir" content River stage three • 655 direct dependents • 710 total dependents

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::Encoding - set the encoding of arbitrary files River stage three • 655 direct dependents • 710 total dependents

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::Manifest - build a MANIFEST file River stage three • 655 direct dependents • 710 total dependents

If included, this plugin will produce a MANIFEST file for the distribution, listing all of the files it contains. For obvious reasons, it should be included as close to last as possible. This plugin is included in the @Basic bundle....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::MetaJSON - produce a META.json River stage three • 655 direct dependents • 710 total dependents

This plugin will add a META.json file to the distribution. This file is meant to replace the old-style META.yml. For more information on this file, see Module::Build::API and CPAN::Meta....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::MetaYAML - produce a META.yml River stage three • 655 direct dependents • 710 total dependents

This plugin will add a META.yml file to the distribution. For more information on this file, see Module::Build::API and CPAN::Meta....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::CPANFile - produce a cpanfile prereqs file River stage three • 655 direct dependents • 710 total dependents

This plugin will add a cpanfile file to the distribution....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::MakeMaker - build a Makefile.PL that uses ExtUtils::MakeMaker River stage three • 655 direct dependents • 710 total dependents

This plugin will produce an ExtUtils::MakeMaker-powered Makefile.PL for the distribution. If loaded, the Manifest plugin should also be loaded....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::MetaTests - common extra tests for META.yml River stage three • 655 direct dependents • 710 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files: xt/author/meta-yaml.t - a standard Test::CPAN::Meta test Test::CPAN::Meta will be added as a "develop requires" dependency (which can be installed via "dzil list...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::GatherDir - gather all the files in a directory River stage three • 655 direct dependents • 710 total dependents

This is a very, very simple FileGatherer plugin. It looks in the directory named in the "root" attribute and adds all the files it finds there. If the root begins with a tilde, the tilde is passed through "glob()" first. Almost every dist will be bui...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::PruneFiles - prune arbitrary files from the dist River stage three • 655 direct dependents • 710 total dependents

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::FinderCode - a callback-based FileFinder plugin River stage three • 655 direct dependents • 710 total dependents

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::MetaConfig - summarize Dist::Zilla configuration into distmeta River stage three • 655 direct dependents • 710 total dependents

This plugin adds a top-level "x_Dist_Zilla" key to the distmeta for the distribution. It describe the Dist::Zilla version used as well as all the plugins used. Each plugin's name, package, and version will be included. Plugins may augment their imple...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Dist::Zilla::Plugin::PodVersion - add a VERSION head1 to each Perl document River stage three • 655 direct dependents • 710 total dependents

This plugin adds a "=head1 VERSION" section to most perl files in the distribution, indicating the version of the dist being built. This section is added after "=head1 NAME". If there is no such section, the version section will not be added. Note th...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC
70 results (0.088 seconds)