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

Search results for "module:Module::Dependency"

Module::Dependency::Info - retrieve dependency information for scripts and modules River stage zero No dependents

This module is used to access the data structures created by Module::Dependency::Indexer OR a third-party application that creates databases of the correct format. Although you can get at the database structure itself you should use the accessor meth...

TIMB/Module-Dependency-1.86 - 12 Jul 2006 23:05:37 UTC

Module::Dependency::Grapher - creates visual dependency charts and accessible text versions River stage zero No dependents

Module::Dependency::Grapher::setIndex( $filename ); This tells the module where the database is. It doesn't affect the other modules - they have their own setIndex routines. The default is /var/tmp/dependence/unified.dat Module::Dependency::Grapher::...

TIMB/Module-Dependency-1.86 - 12 Jul 2006 23:05:37 UTC

Module::Dependency::Indexer - creates the databases used by the dependency mapping module River stage zero No dependents

This module looks at all .pm, .pl and .plx files within and below a given directory/directories (found with File::Find), reads through them and extracts some information about them. If the shebang check is turned on then it also looks at the first li...

TIMB/Module-Dependency-1.86 - 12 Jul 2006 23:05:37 UTC

Module::Pluggable::Dependency - order plugins based on inter-plugin dependencies River stage zero No dependents

Module::Pluggable::Dependency provides a way to run plugins in situations where one plugin depends on running after other plugins run. This module is similar to Module::Pluggable::Ordered but it determines ordering via dependencies instead of precede...

MNDRIX/Module-Pluggable-Dependency-0.0.4 - 29 May 2007 20:28:15 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::Stubber - Import possibly unavailable modules and their exported symbols as stub functions, objects, and methods River stage one • 1 direct dependent • 1 total dependent

MNUNBERG/Module-Stubber-0.03 - 08 Dec 2011 19:21:49 UTC

Module::Features - Define features for modules River stage one • 1 direct dependent • 1 total dependent

This document specifies a very easy and lightweight way to define and declare features for modules. A definer module defines some features in a feature set, other modules declare these features that they have or don't have, and user can easily check ...

PERLANCAR/Module-Features-0.1.7 - 27 Aug 2021 01:40:46 UTC

Module::Filename - Provides an object oriented, cross platform interface for getting a module's filename River stage zero No dependents

This module returns the filename as a Path::Class::File object. It does not load any packages as it scans. It simply scans @INC looking for a module of the same name as the package passed....

MRDVT/Module-Filename-0.02 - 22 Dec 2014 20:27:05 UTC

Module::ScanDeps - Recursively scan Perl code for dependencies River stage two • 9 direct dependents • 24 total dependents

This module scans potential modules used by perl programs, and returns a hash reference; its keys are the module names as appears in %INC (e.g. "Test/More.pm"); the values are hash references with this structure: { file => '/usr/local/lib/perl5/5.8.0...

RSCHUPP/Module-ScanDeps-1.35 - 05 Nov 2023 12:46:38 UTC

Module::Installed - Check whether a module, or a file's list of includes are installed. River stage one • 1 direct dependent • 1 total dependent

Verifies whether or not a module or a file's list of includes are installed....

STEVEB/Module-Installed-1.02 - 15 Dec 2020 22:08:10 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::Signature - Module signature file manipulation River stage three • 22 direct dependents • 566 total dependents

Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember to run "cpansign -v" (or just "cpansign") before issuing "perl Makefile.PL" or "pe...

AUDREYT/Module-Signature-0.88 - 18 Dec 2021 03:39:32 UTC

Module::Inspector - An integrated API for inspecting Perl distributions River stage one • 1 direct dependent • 1 total dependent

An entire ecosystem of CPAN modules exist around the files and formats relating to the CPAN itself. Parsers and object models for various different types of files have been created over the years by various people for various projects. These modules ...

ADAMK/Module-Inspector-1.05 - 16 Aug 2008 17:16:06 UTC

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

Test::Module::Used - Test required module is really used and vice versa between lib/t and META.yml River stage one • 1 direct dependent • 7 total dependents

Test dependency between module and META.yml. This module reads *META.yml* and get *build_requires* and *requires*. It compares required module is really used and used module is really required....

TSUCCHI/Test-Module-Used-0.2.6 - 22 Nov 2014 14:13:36 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::Plan::Base - Base class for Module::Plan classes River stage zero No dependents

Module::Plan::Base provides the underlying basic functionality. That is, taking a file, injecting it into CPAN, and the installing it via the CPAN module. It also provides for a basic "phase" system, that allows steps to be taken in the appropriate o...

ADAMK/pip-1.19 - 29 Nov 2010 08:15:51 UTC

Module::AutoInstall - Automatic install of dependencies via CPAN River stage three • 98 direct dependents • 178 total dependents

Module::AutoInstall lets module writers to specify a more sophisticated form of dependency information than the "PREREQ_PM" option offered by ExtUtils::MakeMaker. This module works best with the Module::Install framework, a drop-in replacement for Ma...

ETHER/Module-Install-1.21 - 28 Apr 2023 08:32:10 UTC

Evented::API::Module - represents a module for use with Evented::API::Engine. River stage zero No dependents

Module directory structure Modules must be placed within one of the search directories specified in the <Evented:API::Engine> "mod_inc" consturctor option or the "dirs" option of "->load_module" and similar Engine methods. A module in its simplest fo...

COOPER/Evented-API-Engine-4.13 - 26 Apr 2020 19:56:47 UTC

Test::Without::Module - Test fallback behaviour in absence of modules River stage four • 28 direct dependents • 4709 total dependents

This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed. EXPORT None. All magic is done via "u...

CORION/Test-Without-Module-0.21 - 10 Dec 2022 07:22:33 UTC
36 results (0.035 seconds)