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

Search results for "dist:Dist-Zilla dist::Module::Build"

Dist::Zilla::Plugin::ModuleBuild - build a Build.PL that uses Module::Build River stage three • 664 direct dependents • 722 total dependents

This plugin will create a Build.PL for installing the dist using Module::Build....

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

Dist::Zilla - distribution builder; installer not included! River stage three • 664 direct dependents • 722 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

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

Dist::Zilla::Tutorial - how to use this "Dist::Zilla" thing River stage three • 664 direct dependents • 722 total dependents

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

Dist::Zilla::App::Command::build - build your dist River stage three • 664 direct dependents • 722 total dependents

This command is a very thin layer over the Dist::Zilla "build" method, which does all the things required to build your distribution. By default, it will also archive your distribution and leave you with a complete, ready-to-release distribution tarb...

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

Dist::Zilla::Dist::Builder - dist zilla subclass for building dists River stage three • 664 direct dependents • 722 total dependents

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

Dist::Zilla::Plugin::Readme - build a README file River stage three • 664 direct dependents • 722 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::Role::StubBuild - provides an empty BUILD methods River stage three • 664 direct dependents • 722 total dependents

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

Dist::Zilla::File::InMemory - a file that you build entirely in memory River stage three • 664 direct dependents • 722 total dependents

This represents a file created in memory -- it's not much more than a glorified string. See Dist::Zilla::Role::MutableFile for details....

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

Dist::Zilla::Plugin::Manifest - build a MANIFEST file River stage three • 664 direct dependents • 722 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::App::Command::test - test your dist River stage three • 664 direct dependents • 722 total dependents

This command is a thin wrapper around the test method in Dist::Zilla. It builds your dist and runs the tests with the AUTHOR_TESTING environment variable turned on, so it's like doing this: export AUTHOR_TESTING=1 dzil build --no-tgz cd $BUILD_DIRECT...

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

Dist::Zilla::App::Command::run - run stuff in a dir where your dist is built River stage three • 664 direct dependents • 722 total dependents

This command will build your dist with Dist::Zilla, then build the distribution and then run a command in the build directory. It's something like doing this: dzil build rsync -avp My-Project-version/ .build/ cd .build perl Makefile.PL # or perl Buil...

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

Dist::Zilla::Plugin::Prereqs - list simple prerequisites River stage three • 664 direct dependents • 722 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::MakeMaker - build a Makefile.PL that uses ExtUtils::MakeMaker River stage three • 664 direct dependents • 722 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::App::Command::smoke - smoke your dist River stage three • 664 direct dependents • 722 total dependents

This command builds and tests the distribution in "smoke testing mode." This command is a thin wrapper around the test method in Dist::Zilla. It builds your dist and runs the tests with the AUTOMATED_TESTING environment variable turned on, so it's li...

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

Dist::Zilla::Plugin::MetaYAML - produce a META.yml River stage three • 664 direct dependents • 722 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::MetaJSON - produce a META.json River stage three • 664 direct dependents • 722 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::Role::TestRunner - something used as a delegating agent to 'dzil test' River stage three • 664 direct dependents • 722 total dependents

Plugins implementing this role have their "test" method called when testing. It's passed the root directory of the build test dir and an optional hash reference of arguments. Valid arguments include: * jobs -- if parallel testing is supported, this i...

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

Dist::Zilla::Role::BuildRunner - something used as a delegating agent during 'dzil run' River stage three • 664 direct dependents • 722 total dependents

Plugins implementing this role have their "build" method called during "dzil run". It's passed the root directory of the build test dir....

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 • 664 direct dependents • 722 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::App::Command::clean - clean up after build, test, or install River stage three • 664 direct dependents • 722 total dependents

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