Search results for "module:Module::Builder"
Test::Builder::Module - Base class for test modules
This is a superclass for Test::Builder-based modules. It provides a handful of common functionality and a method of getting at the underlying Test::Builder object. Importing Test::Builder::Module is a subclass of Exporter which means your module is a...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Module::Starter::BuilderSet - determine builder metadata
Module::Starter::BuilderSet is a collection of utility methods used to provide metadata about builders supported by Module::Starter....
DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC
Module::JSAN - Build JavaScript distributions for JSAN
JSAN is the "JavaScript Archive Network," a JavaScript library akin to CPAN. Visit <http://www.openjsan.org/> for details. This module is a developer aid for creating JSAN distributions. This module works as simple wrapper for Module::Build::JSAN::In...
NPLATONOV/Module-JSAN-0.04 - 27 Jan 2010 18:14:00 UTC
Module::Starter - a simple starter kit for any module
This is the core module for Module::Starter. If you're not looking to extend or alter the behavior of this module, you probably want to look at module-starter instead. Module::Starter is used to create a skeletal CPAN distribution, including basic bu...
DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC
Module::Provision - Create Perl distributions with VCS and selectable toolchain
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::Build::SDL - Module::Build subclass for building SDL apps/games [not stable yet]
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
App::Module::Setup - a simple setup for a new module
This is the core module for App::Module::Setup. If you're not looking to extend or alter the behavior of this module, you probably want to look at module-setup instead. App::Module::Setup is used to create a skeletal CPAN distribution, including basi...
JV/App-Module-Setup-0.09 - 03 Mar 2020 12:06:48 UTC
Module::Build::PDL - A Module::Build class for building PDL projects.
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::Starter::PBP - Create a module as recommended in "Perl Best Practices"
This module implements a simple approach to creating modules and their support files, based on the Module::Starter approach. Module::Starter needs to be installed before this module can be used. When used as a Module::Starter plugin, this module allo...
DCONWAY/Module-Starter-PBP-v0.0.3 - 17 Feb 2006 05:03:50 UTC
Module::Build::XSUtil - A Module::Build class for building XS modules
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::JSAN::Tutorial - more detailed explanation on writing a JSAN module. Its really not that hard (tm).
"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
Test::Module::Runnable - A runnable framework on Moose for running tests
A test framework based on Moose introspection to automagically call all methods matching a user-defined pattern. Supports per-test setup and tear-down routines and easy early "BAIL_OUT" in Test::Builder using Test::More....
DDRP/Test-Module-Runnable-0.4.2 - 08 Sep 2019 14:57:43 UTC
Test2::Require::Module - Skip tests if certain packages are not installed, or insufficient versions.
Sometimes you have tests that are nice to run, but depend on tools that may not be available. Instead of adding the tool as a dep, or making the test always skip, it is common to make the test run conditionally. This package helps make that possible....
EXODIST/Test2-Suite-0.000159 - 25 Oct 2023 21:10:28 UTC
Module::Build::SysPath - install files to system folders according to FHS (or Sys::Path settings)
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
WONKO/Module-Build-Smolder-0.02
-
04 Apr 2009 19:30:38 UTC
Kelp::Module::Symbiosis - Manage an entire ecosystem of Plack organisms under Kelp
This module is an attempt to standardize the way many standalone Plack applications should be ran alongside the Kelp framework. The intended use is to introduce new "organisms" into symbiotic interaction by creating Kelp modules that are then attache...
BRTASTIC/Kelp-Module-Symbiosis-1.14 - 11 May 2022 16:26:09 UTC
Module::Starter::Simple - a simple, comprehensive Module::Starter plugin
Module::Starter::Simple is a plugin for Module::Starter that will perform all the work needed to create a distribution. Given the parameters detailed in Module::Starter, it will create content, create directories, and populate the directories with th...
DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 UTC
Module::Build::Database - Manage database patches in the style of Module::Build.
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
Module::Provision::Base - Immutable data object
Creates an immutable data object required by the methods in the applied roles...
PJFL/Module-Provision-0.42.1 - 08 May 2017 19:30:17 UTC
Module::Starter::XSimple - Create XS modules with Module::Starter
Replacement class for Module::Starter::Simple. Can be used in two ways: * Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename] \ --class=Module::Starter::XSimple * Using a config file Crea...
JPEACOCK/Module-Starter-XSimple-v0.0.2 - 10 Dec 2012 00:26:26 UTC