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

Search results for "module:Module::Depends"

Module::Depends - identify the dependencies of a distribution River stage one • 5 direct dependents • 8 total dependents

Module::Depends extracts module dependencies from an unpacked distribution tree. Module::Depends only evaluates the META.yml shipped with a distribution. This won't be effective until all distributions ship META.yml files, so we suggest you take your...

RCLAMP/Module-Depends-0.16 - 03 May 2012 15:56:13 UTC

Module::Depends::Tree - A container for functions for the deptree program River stage zero No dependents

PETDANCE/Module-Depends-Tree-1.00 - 24 Nov 2006 04:25:14 UTC

Module::Math::Depends - Convenience object for manipulating module dependencies River stage one • 2 direct dependents • 2 total dependents

This is a small convenience module created originally as part of Module::Inspector but released seperately, in the hope that people might find it useful in other contexts....

ADAMK/Module-Math-Depends-0.02 - 16 Aug 2008 13:55:39 UTC

Module::Depends::Intrusive - intrusive discovery of distribution dependencies. River stage one • 5 direct dependents • 8 total dependents

This module devines dependencies by running the distributions Makefile.PL/Build.PL in a faked up environment and intercepting the calls to Module::Build->new and ExtUtils::MakeMaker::WriteMakefile. You may now freak out about security. While you're d...

RCLAMP/Module-Depends-0.16 - 03 May 2012 15:56:13 UTC

Module::Path - get the full path to a locally installed module River stage three • 18 direct dependents • 761 total dependents

This module provides a single function, "module_path()", which takes a module name and finds the first directory in your @INC path where the module is installed locally. It returns the full path to that file, resolving any symlinks. It is portable an...

NEILB/Module-Path-0.19 - 16 Mar 2015 21:24:10 UTC

Sword::Module - Sword modules (Bibles, commentaries, dictionaries, etc.) River stage zero No dependents

This Perl module provides access to the "SWModule" class from the Sword Engine API. This documetnation should cover everything that you can do with it. If something is wrong or missing, please report a bug....

HANENKAMP/Sword-0.102800 - 07 Oct 2010 20:25:44 UTC

Module::Pragma - Support for implementation of pragmas River stage zero No dependents

With perl 5.10.0 you can write lexical pragma modules, which influence some aspect of the compile time or run time behavior of Perl programs. Module::Pragma helps to write such a module. Module::Pragma supports bitmask-based options. That is, a subpr...

GFUJI/Module-Pragma-0.02 - 02 Mar 2008 02:53:23 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::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

CPAN::SQLite::Search - perform queries on the database River stage one • 4 direct dependents • 6 total dependents

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::Search::Lite::Query - perform queries on the database River stage zero No dependents

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 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::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::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::Build::JSAN - Build JavaScript distributions for JSAN River stage one • 1 direct dependent • 2 total dependents

This is a developer aid for creating JSAN distributions. JSAN is the "JavaScript Archive Network," a JavaScript library akin to CPAN. Visit <http://www.openjsan.org/> for details. This module works nearly identically to Module::Build, so please refer...

DWHEELER/Module-Build-JSAN-0.05 - 06 Apr 2009 18:08:50 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

Module::Release::Git - Use Git with Module::Release River stage one • 1 direct dependent • 1 total dependent

Module::Release::Git subclasses Module::Release, and provides its own implementations of the "check_vcs()" and "vcs_tag()" methods that are suitable for use with a Git repository. These methods are automatically exported in to the callers namespace u...

BDFOY/Module-Release-Git-1.018 - 14 Jan 2024 18:11:01 UTC

Module::Release::SVN - Use Subversion with Module::Release River stage one • 4 direct dependents • 4 total dependents

"Module::Release::SVN" is a plugin for "Module::Release", and provides its own implementations of the "check_vcs()" and "vcs_tag()" methods that are suitable for use with a Subversion repository rather than a CVS repository. These methods are automat...

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

Module::Build::Cookbook - Examples of Module::Build Usage River stage five • 4486 direct dependents • 17571 total dependents

"Module::Build" isn't conceptually very complicated, but examples are always helpful. The following recipes should help developers and/or installers put together the pieces from the other parts of the documentation....

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC

Module::Install::XSUtil - Utility functions for XS modules River stage one • 2 direct dependents • 5 total dependents

Module::Install::XSUtil provides a set of utilities to setup distributions which include or depend on XS module. See XS::MRO::Compat and Method::Cumulative for example....

GFUJI/Module-Install-XSUtil-0.45 - 30 Jan 2014 22:16:10 UTC
32 results (0.033 seconds)