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

Search results for "module:Module::Build::Base"

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::Service::Base - Base class for service implementations River stage zero No dependents

This is the base class for all services defined for "Module::Build::Service::*". Each service based on this class will, at runtime, look for various hooks to be defined in the user's subclass of "Module::Build::Service", and run them at the appropria...

MDORMAN/Module-Build-Service-0.91 - 28 Nov 2012 20:39:27 UTC

Module::Build::Pluggable::Base - Base object for plugins River stage three • 47 direct dependents • 104 total dependents

This is a abstract base class for Module::Build::Pluggable....

TOKUHIROM/Module-Build-Pluggable-0.10 - 07 May 2013 08:45:36 UTC

Build::Daily - module to update daily versions for Module::Build and ExtUtils::MakeMaker River stage zero No dependents

Updates $VERSION string based on current date or forced string. This allows to create daily/commit builds. FUNCTIONS...

JKUTEJ/Build-Daily-0.01 - 24 Jul 2009 17:59:21 UTC

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

Kelp::Module - Base class for Kelp modules River stage two • 18 direct dependents • 20 total dependents

Provides the base class for creating Kelp modules. Creating a Kelp module means extending this class and overriding the "build" method. Kelp modules usually "register" a new method into the web application. Registering methods Modules use the "regist...

BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC

Module::Build::PDL - A Module::Build class for building PDL projects. River stage zero No dependents

Module::Build::PDL is to PDL distributions what Module::Build is to most perl distributions. The only difference between the two (at the moment) is that Module::Build::PDL knows how to handle .pd files (files that use PDL::PP to generate compiled PDL...

DCMERTENS/Module-Build-PDL-0.0.3 - 02 Mar 2010 21:58:21 UTC

Module::Provision - Create Perl distributions with VCS and selectable toolchain River stage zero No dependents

Module::Provision is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. It creates a VCS repository and, with Git as the VCS, installs some hooks that mimic the RCS Revision keyword ex...

PJFL/Module-Provision-0.42.1 - 08 May 2017 19:30:17 UTC

Module::New::Path River stage zero No dependents

This is to handle files/directories in a distribution....

ISHIGAKI/Module-New-0.15 - 19 Apr 2015 15:25:22 UTC

Module::Build::FFI - (Deprecated) Build Perl extensions in C with FFI River stage one • 2 direct dependents • 2 total dependents

Note: This module is deprecated, please see FFI::Build for another way to bundle C/C++ code with your Perl distribution. Module::Build variant for writing Perl extensions in C and FFI (sans XS)....

PLICEASE/Module-Build-FFI-0.54 - 07 Jul 2020 22:07:31 UTC

Kelp::Module::Raisin - Raisin integration with Kelp River stage zero No dependents

This is a very straightforward module that integrates the Kelp framework with the Raisin API framework using Kelp::Module::Symbiosis. See the documentation for Kelp::Module::Symbiosis and Kelp::Module::Symbiosis::Base for a full reference on how this...

BRTASTIC/Kelp-Module-Raisin-1.01 - 11 May 2022 16:16:43 UTC

Kelp::Module::Routes - Default router module for Kelp River stage two • 18 direct dependents • 20 total dependents

This module and Kelp::Module::Config are automatically loaded into each Kelp application. It initializes the routing table for the web application....

BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC

Module::Setup::Helper - build in your application helper support River stage one • 4 direct dependents • 5 total dependents

YAPPO/Module-Setup-0.09 - 09 Feb 2010 05:01:55 UTC

Module::Which::P5Path - Translate paths to Config-relative paths River stage one • 4 direct dependents • 5 total dependents

The Perl 5 configuration has a number of parameters which are library paths used for finding ".pm", ".pl" and related files. For example, "installarchlib" and "sitelib". These are used by the "perl" executable to build the @INC variable at script sta...

NEILB/Module-Which-0.05 - 10 Nov 2015 09:09:19 UTC

Module::Build::XSUtil - A Module::Build class for building XS modules River stage three • 25 direct dependents • 756 total dependents

Module::Build::XSUtil is subclass of Module::Build for support building XS modules. This is a list of a new parameters in the Module::Build::new method: needs_compiler_c99 This option checks C99 compiler's availability. If it's not available, Build.P...

HIDEAKIO/Module-Build-XSUtil-0.19 - 17 Apr 2018 14:52:02 UTC

Module::Build::Bundle - subclass for supporting Tasks and Bundles River stage one • 1 direct dependent • 1 total dependent

FEATURES * Autogeneration of POD for Bundle and Task distributions via a build action * Links to required/listed distributions, with or without versions * Links to specific versions of distributions for perl 5.12.0 or newer if a version is specified ...

JONASBN/Module-Build-Bundle-0.17 - 06 Sep 2015 07:35:48 UTC

Module::Bundled::Files - Access files bundled with Module River stage zero No dependents

This module provides an simple method of accessing files that need to be bundled with a module. For example, a module My::Module, which needs to access a seperate file *data.txt*. In your development directory you would place your *data.txt* in your ...

PCAMPBELL/Module-Bundled-Files-0.03 - 01 Oct 2005 20:26:23 UTC

Module::Build::FFI::Rust - (Deprecated) Build Perl extensions in Rust with FFI River stage one • 2 direct dependents • 2 total dependents

Note: This module is deprecated, please see FFI::Build for another way to bundle Rust code with your Perl distribution. Module::Build::FFI variant for writing Perl extensions in Rust with FFI (sans XS)....

PLICEASE/Module-Build-FFI-0.54 - 07 Jul 2020 22:07:31 UTC

Module::JSAN::Tutorial - more detailed explanation on writing a JSAN module. Its really not that hard (tm). River stage zero No dependents

"Module::JSAN" is a system for building, testing, and installing JavaScript modules. Its based on the Module::Build packaging system, and Module::Build::Functions adapter, which provides more relaxed syntax for building scripts. To install JavaScript...

NPLATONOV/Module-JSAN-0.04 - 27 Jan 2010 18:14:00 UTC

Module::Build::IkiWiki - Extension for develop Ikiwiki plugins River stage one • 1 direct dependent • 1 total dependent

The goal of this module is build and install IkiWiki plugins in Perl, subclassing the Module::Build and adding some extra funcionalites to it. For a description of the interface see Module::Build::API. This is a list of a new parameters in the Module...

VMORAL/Module-Build-IkiWiki-0.0.6 - 08 Apr 2008 05:44:01 UTC
57 results (0.065 seconds)