Search results for "module:Module::Dependency"
Module::Dependency::Info - retrieve dependency information for scripts and modules
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 - Jul 12, 2006
Module::Dependency::Grapher - creates visual dependency charts and accessible text versions
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 - Jul 12, 2006
Module::Dependency::Indexer - creates the databases used by the dependency mapping module
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 - Jul 12, 2006
Module::Pluggable::Dependency - order plugins based on inter-plugin dependencies
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 - May 29, 2007
Module::Optional - Breaking module dependency chains
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 - May 19, 2008
Module::Stubber - Import possibly unavailable modules and their exported symbols as stub functions, objects, and methods
MNUNBERG/Module-Stubber-0.03
-
Dec 08, 2011
Module::Features - Define features for modules
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 - Aug 27, 2021
Module::Filename - Provides an object oriented, cross platform interface for getting a module's filename
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.03 - Mar 23, 2025
Module::ScanDeps - Recursively scan Perl code for dependencies
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.37 - Nov 19, 2024
Module::Build::DB - Build, configure, and test database-backed applications
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 - Oct 08, 2010
Module::Installed - Check whether a module, or a file's list of includes are installed.
Verifies whether or not a module or a file's list of includes are installed....
STEVEB/Module-Installed-1.02 - Dec 15, 2020
Module::Signature - Module signature file manipulation
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...
TIMLEGGE/Module-Signature-0.89 - Sep 15, 2024
Module::Inspector - An integrated API for inspecting Perl distributions
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 - Aug 16, 2008
Module::Build::Version - DEPRECATED
Module::Build now lists version as a "configure_requires" dependency and no longer installs a copy....
LEONT/Module-Build-Deprecated-0.4210 - Aug 19, 2014
Test::Module::Used - Test required module is really used and vice versa between lib/t and META.yml
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 - Nov 22, 2014
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 - Mar 02, 2010
Module::Plan::Base - Base class for Module::Plan classes
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 - Nov 29, 2010
Module::AutoInstall - Automatic install of dependencies via CPAN
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 - Apr 28, 2023
Evented::API::Module - represents a module for use with Evented::API::Engine.
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 - Apr 26, 2020
Test::Without::Module - Test fallback behaviour in absence of modules
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.23 - Jul 14, 2024