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::Version"

Module::Build::Version - DEPRECATED River stage one • 2 direct dependents • 4 total dependents

Module::Build now lists version as a "configure_requires" dependency and no longer installs a copy....

LEONT/Module-Build-Deprecated-0.4210 - 19 Aug 2014 18:34:54 UTC

Module::JSAN - Build JavaScript distributions for JSAN River stage zero No dependents

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::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::Faker - build fake dists for testing CPAN tools River stage one • 3 direct dependents • 3 total dependents

RJBS/Module-Faker-0.025 - 29 Apr 2023 08:07:10 UTC

WWW::Module - use modules from CPAN without installing River stage zero No dependents

NWETTERS/WWW-Module-1.00 - 26 Nov 2006 14:20:08 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

alias::module - Alias one module as another River stage three • 15 direct dependents • 110 total dependents

This module aliases one module name to another. package Your::Alias::Name; use alias::module 'Some::Real::Module::Name'; is equivalent to: package Your::Alias::Name; BEGIN { $Package::Alias::BRAVE = 1; require Some::Real::Module::Name; } use Package:...

PERLANCAR/alias-module-0.003 - 18 Jan 2024 00:05:43 UTC

Module::Patch - Patch package with a set of patches River stage three • 64 direct dependents • 174 total dependents

Module::Patch is basically a convenient way to define and bundle a set of patches. Actual patching is done by Monkey::Patch::Action, which provides lexically scoped patching. There are two ways to use this module: * subclass it This is used for conve...

PERLANCAR/Module-Patch-0.278 - 17 Apr 2024 09:05:11 UTC

Module::DevAid - tools to aid perl module developers River stage zero No dependents

Module (and script) to aid with development, by helping (and testing) auto-building of certain files, and with the steps needed in building and committing a release. At this point this only uses the darcs or svk revision systems. Takes a project desc...

RUBYKAT/Module-DevAid-0.24 - 26 Nov 2008 02:21:12 UTC

Module::XSOrPP - Determine if an installed module is XS or pure-perl River stage three • 9 direct dependents • 309 total dependents

PERLANCAR/Module-XSOrPP-0.120 - 19 Sep 2023 00:05:23 UTC

Module::Husbandry - build and manage perl modules in a Perl module distribution River stage zero No dependents

RBS/Module-Husbandry-0.002 - 28 Feb 2003 14:20:13 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::Starter - a simple starter kit for any module River stage two • 21 direct dependents • 93 total dependents

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::Release - Automate software releases River stage one • 4 direct dependents • 4 total dependents

"Module::Release" automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use "Makefile.PL" and "CVS". Other people have extended this in other ...

BDFOY/Module-Release-2.135 - 08 Jan 2024 14:57:46 UTC

Module::Generic - Generic Module to inherit from River stage two • 15 direct dependents • 19 total dependents

Module::Generic as its name says it all, is a generic module to inherit from. It is designed to be fast and provide a useful framework and speed up coding and debugging. It contains standard and support methods that may be superseded by your module. ...

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC

Module::Versions - Handle versions of loaded modules with flexible result interface River stage one • 2 direct dependents • 6 total dependents

Module::Versions handles versions of loaded modules with a flexible result interface. The main goal is to get as much version informations as possible about a module or module list with a simple call interface and an absolutely flexible result interf...

THW/Module-Versions-0.02 - 20 Sep 2006 07:44:38 UTC

Module::Abstract - Extract the abstract of a locally installed Perl module River stage one • 4 direct dependents • 4 total dependents

PERLANCAR/Module-Abstract-0.002 - 27 Aug 2021 08:16:38 UTC

CPANPLUS::Module - CPAN module objects for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

"CPANPLUS::Module" creates objects from the information in the source files. These can then be used to query and perform actions on, like fetching or installing. These objects should only be created internally. For "fake" objects, there's the "CPANPL...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC

Module::Optional - Breaking module dependency chains River stage one • 4 direct dependents • 7 total dependents

Suppose you are the developer of module "Foo", which uses functionality from the highly controversial module "Bar". You actually quite like "Bar", and want to reuse its functionality in your "Foo" module. But, many people will refuse to install "Foo"...

IVORW/Module-Optional-0.03 - 19 May 2008 21:47:27 UTC

Module::Metadata - Gather package and POD information from perl module files River stage five • 285 direct dependents • 21517 total dependents

This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is "eval"ed, as is traditional in the CPAN toolchain...

ETHER/Module-Metadata-1.000038 - 28 Apr 2023 11:27:07 UTC
130 results (0.126 seconds)