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 - 12 Jul 2006 23:05:37 UTC
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 - 12 Jul 2006 23:05:37 UTC
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 - 12 Jul 2006 23:05:37 UTC
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 - 29 May 2007 20:28:15 UTC
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 - 19 May 2008 21:47:27 UTC
Module::Stubber - Import possibly unavailable modules and their exported symbols as stub functions, objects, and methods
MNUNBERG/Module-Stubber-0.03
-
08 Dec 2011 19:21:49 UTC
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 - 27 Aug 2021 01:40:46 UTC
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.02 - 22 Dec 2014 20:27:05 UTC
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.34 - 24 Sep 2023 15:21:05 UTC
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 - 08 Oct 2010 02:29:50 UTC
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 - 15 Dec 2020 22:08:10 UTC
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...
AUDREYT/Module-Signature-0.88 - 18 Dec 2021 03:39:32 UTC
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 - 16 Aug 2008 17:16:06 UTC
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 - 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
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.
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
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
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.
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
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