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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Module::Build::Xilinx - Perl module to create, build, simulate and program a Xilinx FPGA development board using Xilinx ISE Webpack from the commandline by leveraging Xilinx ISE's Tcl interface. River stage zero No dependents

WHAT DOES THE MODULE DO ? Xilinx ISE Webpack allows for commandline project creation, management, build/compile, run, simulation and programming of the device as well. However, Xilinx ISE Webpack only supports Tcl scripts using their custom "xtclsh" ...

VIKAS/Module-Build-Xilinx-0.13 - 28 Jul 2014 19:17:51 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • pod2mdwn - Convert POD text to Markdown

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Module::Build::JSONMETA - (depreacted) write META.json instead of META.yml River stage zero No dependents

RJBS/JSON-CPAN-Meta-7.001 - 16 Mar 2011 03:23:28 UTC - Search in distribution

Module::Build::Database - Manage database patches in the style of Module::Build. River stage zero No dependents

This is a subclass of Module::Build for modules which depend on a database, which adds functionality for testing and distributing changes to the database. Changes are represented as sql files ("patches") which will be fed into a command line client f...

BDUGGAN/Module-Build-Database-0.58 - 16 Aug 2018 02:01:30 UTC - Search in distribution

Module::Build::Kwalitee - Module::Build subclass with prepackaged tests River stage zero No dependents

Module::Build::Kwalitee subclasses Module::Build to provide boilerplate tests for your project. It does this by overriding "new()" and copying tests to your t directory when you run 'perl Build.PL'. Module::Build::Kwalitee gets over the bootstrapping...

FOTANGO/Module-Build-Kwalitee-0.24 - 21 May 2007 15:00:20 UTC - Search in distribution

Module::Build::WithXSpp - XS++ enhanced flavour of Module::Build River stage two • 12 direct dependents • 17 total dependents

This subclass of Module::Build adds some tools and processes to make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp). There are a few minor differences from using "Module::Build" for an ordinary XS module and a few conventions that you ...

SMUELLER/Module-Build-WithXSpp-0.14 - 30 Sep 2013 13:55:57 UTC - Search in distribution
4,429 results (0.212 seconds)