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

Search results for "dist:Module-Build"

Module::Build - Build and install Perl modules River stage five • 4486 direct dependents • 17571 total dependents

"Module::Build" is a system for building, testing, and installing Perl modules. It is meant to be an alternative to "ExtUtils::MakeMaker". Developers may alter the behavior of the module through subclassing. It also does not require a "make" on your ...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::API - API Reference for Module Authors River stage five • 4486 direct dependents • 17571 total dependents

I list here some of the most important methods in "Module::Build". Normally you won't need to deal with these methods unless you want to subclass "Module::Build". But since one of the reasons I created this module in the first place was so that subcl...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Base - Default methods for Module::Build River stage five • 4486 direct dependents • 17571 total dependents

The "Module::Build::Base" module defines the core functionality of "Module::Build". Its methods may be overridden by any of the platform-dependent modules in the "Module::Build::Platform::" namespace, but the intention here is to make this base modul...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Notes - Create persistent distribution configuration modules River stage five • 4486 direct dependents • 17571 total dependents

This module is used internally by Module::Build to create persistent configuration files that can be installed with a distribution. See Module::Build::ConfigData for an example....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Compat - Compatibility with ExtUtils::MakeMaker River stage five • 4486 direct dependents • 17571 total dependents

Because "ExtUtils::MakeMaker" has been the standard way to distribute modules for a long time, many tools (CPAN.pm, or your system administrator) may expect to find a working Makefile.PL in every distribution they download from CPAN. If you want to t...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Bundling - How to bundle Module::Build with a distribution River stage five • 4486 direct dependents • 17571 total dependents

WARNING -- THIS IS AN EXPERIMENTAL FEATURE In order to install a distribution using Module::Build, users must have Module::Build available on their systems. There are two ways to do this. The first way is to include Module::Build in the "configure_re...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::PPMMaker - Perl Package Manager file creation River stage five • 4486 direct dependents • 17571 total dependents

This package contains the code that builds .ppd "Perl Package Description" files, in support of ActiveState's "Perl Package Manager". Details are here: <http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/>...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Cookbook - Examples of Module::Build Usage River stage five • 4486 direct dependents • 17571 total dependents

"Module::Build" isn't conceptually very complicated, but examples are always helpful. The following recipes should help developers and/or installers put together the pieces from the other parts of the documentation....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Authoring - Authoring Module::Build modules River stage five • 4486 direct dependents • 17571 total dependents

When creating a "Build.PL" script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => 'Foo::Bar', license => 'perl', requires => { 'perl' => '5.6.1', 'Some::Module...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

lib/Module/Build/PodParser.pm River stage five • 4486 direct dependents • 17571 total dependents

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

lib/Module/Build/Dumper.pm River stage five • 4486 direct dependents • 17571 total dependents

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

lib/Module/Build/Config.pm River stage five • 4486 direct dependents • 17571 total dependents

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::aix - Builder class for AIX platform River stage five • 4486 direct dependents • 17571 total dependents

This module provides some routines very specific to the AIX platform. Please see the Module::Build for the general docs....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::os2 - Builder class for OS/2 platform River stage five • 4486 direct dependents • 17571 total dependents

This module provides some routines very specific to the OS/2 platform. Please see the Module::Build for the general docs....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::VMS - Builder class for VMS platforms River stage five • 4486 direct dependents • 17571 total dependents

This module inherits from "Module::Build::Base" and alters a few minor details of its functionality. Please see Module::Build for the general docs. Overridden Methods _set_defaults Change $self->{build_script} to 'Build.com' so @Build works. POD ERRO...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::VOS - Builder class for VOS platforms River stage five • 4486 direct dependents • 17571 total dependents

The sole purpose of this module is to inherit from "Module::Build::Base". Please see the Module::Build for the docs....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::Unix - Builder class for Unix platforms River stage five • 4486 direct dependents • 17571 total dependents

The sole purpose of this module is to inherit from "Module::Build::Base". Please see the Module::Build for the docs....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::MacOS - Builder class for MacOS platforms River stage five • 4486 direct dependents • 17571 total dependents

The sole purpose of this module is to inherit from "Module::Build::Base" and override a few methods. Please see Module::Build for the docs. Overridden Methods new() MacPerl doesn't define $Config{sitelib} or $Config{sitearch} for some reason, but $Co...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::darwin - Builder class for Mac OS X platform River stage five • 4486 direct dependents • 17571 total dependents

This module provides some routines very specific to the Mac OS X platform. Please see the Module::Build for the general docs....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Build::Platform::cygwin - Builder class for Cygwin platform River stage five • 4486 direct dependents • 17571 total dependents

This module provides some routines very specific to the cygwin platform. Please see the Module::Build for the general docs....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC
23 results (0.023 seconds)