Search results for "module: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

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::DB - Build, configure, and test database-backed applications River stage zero No dependents

This module subclasses Module::Build to provide added functionality for configuring, building, and testing database-backed applications. It uses a simple Rails-style numbered migration scheme, although migration scripts are written in pure SQL, not P...

DWHEELER/Module-Build-DB-0.10 - 08 Oct 2010 02:29:50 UTC

Module::Build::SDL - Module::Build subclass for building SDL apps/games [not stable yet] River stage two • 22 direct dependents • 24 total dependents

Module::Build::SDL is a subclass of Module::Build created to make easy some tasks specific to SDL applications - e.g. packaging SDL application/game into PAR archive....

FROGGS/SDL-2.548 - 19 May 2018 10:58:08 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::Build::Tiny - A tiny replacement for Module::Build River stage five • 1644 direct dependents • 11158 total dependents

Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lig...

LEONT/Module-Build-Tiny-0.047 - 28 Sep 2023 15:54:26 UTC

Module::Build::JSAN - Build JavaScript distributions for JSAN River stage one • 1 direct dependent • 2 total dependents

This is a developer aid for creating JSAN distributions. JSAN is the "JavaScript Archive Network," a JavaScript library akin to CPAN. Visit <http://www.openjsan.org/> for details. This module works nearly identically to Module::Build, so please refer...

DWHEELER/Module-Build-JSAN-0.05 - 06 Apr 2009 18:08:50 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::Debian - Module::Build extension to build .deb packages using dh-make-perl. River stage zero No dependents

This is a "Module::Build" extension that simplifies building Debian .deb packages using "dh-make-perl". To use it, all you have to do is use the module in your Module::Build subclass....

ASKSH/Module-Build-Debian-1.0.0 - 14 Sep 2007 12:40:27 UTC

Module::Build::Prereq - Verify your Build.PL/Makefile.PL has all the modules you use() River stage zero No dependents

Module::Build::Prereq helps you as a developer make sure you've captured all of your dependencies correctly in your Makefile.PL or Build.PL. This module is meant to be used during development or for non-public modules that need to guarantee modules a...

SCOTTW/Module-Build-Prereq-0.04 - 04 Oct 2013 21:07:56 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::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::SysPath - install files to system folders according to FHS (or Sys::Path settings) River stage one • 7 direct dependents • 7 total dependents

A subclass of Module::Build using Sys::Path to determine the system folders. Help in task of installing files into system folders and keeping the option to work in local distribution files while developing the module. See Acme::SysPath for example us...

JKUTEJ/Module-Build-SysPath-0.18 - 13 Oct 2017 20:25:13 UTC

Module::Build::Smolder - Extra build targets for sending smoke tests to a Smolder server River stage zero No dependents

WONKO/Module-Build-Smolder-0.02 - 04 Apr 2009 19:30:38 UTC

Module::Build::DBD::Pg - PostgreSQL specifics for Module::Build::DB River stage zero No dependents

This module contains a number of class methods called by Module::Build::DB to handle PostgreSQL specific tasks when detecting, building, and updating a database. Methods All methods are class methods. "get_client()" my $client = Module::Build::DBD::P...

DWHEELER/Module-Build-DB-0.10 - 08 Oct 2010 02:29:50 UTC

Module::Build::Convert - Makefile.PL to Build.PL converter River stage zero No dependents

"ExtUtils::MakeMaker" has been a de-facto standard for the common distribution of Perl modules; "Module::Build" is expected to supersede "ExtUtils::MakeMaker" in some time (part of the Perl core as of 5.9.4). The transition takes place slowly, as the...

SCHUBIGER/Module-Build-Convert-0.49 - 15 Aug 2007 21:52:30 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

Module::Build::Service - Manage services necessary for automated or interactive testing River stage zero No dependents

This subclass of Module::Build attempts to make it easy to start various support services that the testing environment may need to have access to. Browse the "Module::Build::Service::*" namespace for supported services, or use one of the existing def...

MDORMAN/Module-Build-Service-0.91 - 28 Nov 2012 20:39:27 UTC
201 results (0.042 seconds)