Module::Versions::Report - report versions of all modules in memory
I often get email from someone reporting a bug in a module I've written. I email back, asking what version of the module it is, what version of Perl on what OS, and sometimes what version of some relevent third library (like XML::Parser). They reply,...
JESSE/Module-Versions-Report-1.06 - 21 Oct 2008 13:28:36 UTC
Module::MetaInfo - Report meta information from perl module distribution files
This module is designed to provide the primary interface to Perl meta information for perl module distribution files (this, however, is a prototype and hasn't yet been accepted by the "perl community", so don't count on it yet). The module is designe...
MIKEDLR/Module-MetaInfo-0.03 - 05 Sep 2001 20:13:27 UTC
Build::Daily - module to update daily versions for Module::Build and ExtUtils::MakeMaker
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
Module::Lazy - postpone loading a module until it's actually used
In large projects loading all the dependencies may take a lot of time. This module attempts to reduce the startup time by postponing initialization. The improvement be significant for unit test scripts and small command-line tools which do not utiliz...
KHEDIN/Module-Lazy-0.04 - 05 Mar 2019 17:55:56 UTC
Module::Info - Information about Perl modules
Module::Info gives you information about Perl modules without actually loading the module. It actually isn't specific to modules and should work on any perl code....
NEILB/Module-Info-0.37 - 01 Nov 2015 15:33:55 UTC
Module::Build - Build and install Perl modules
"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.4231 - 29 Jan 2020 07:52:41 UTC
Module::Which - find version and path of locally installed modules
"Module::Which" provides the "which()" function, which takes the name of one or more modules, and returns information about those modules if they're intalled locally, including the version and the path. "Module::Which" is the basis of the script "whi...
NEILB/Module-Which-0.05 - 10 Nov 2015 09:09:19 UTC
Module::Patch - Patch package with a set of patches
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.276 - 14 Feb 2019 15:55:47 UTC
Module::Changes - Machine-readable Changes file
If you are looking for an overview of what "Module-Changes" is about, see the documentation of the "changes" program. This class is the heart of the Module-Changes distribution. It is a factory that can make relevant objects. You can subclass this mo...
MARCEL/Module-Changes-0.05 - 09 Nov 2007 16:32:09 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::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.19 - 19 Dec 2017 23:32:25 UTC
Module::Build::Bundle - subclass for supporting Tasks and Bundles
FEATURES * Autogeneration of POD for Bundle and Task distributions via a build action * Links to required/listed distributions, with or without versions * Links to specific versions of distributions for perl 5.12.0 or newer if a version is specified ...
JONASBN/Module-Build-Bundle-0.17 - 06 Sep 2015 07:35:48 UTC
Module::Math::Depends - Convenience object for manipulating module dependencies
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::CoreList::More - More functions for Module::CoreList
This module is my experiment for providing more functionality to (or related to) Module::CoreList. Some ideas include: faster functions, more querying functions, more convenience functions. When I've got something stable and useful to show for, I'll ...
PERLANCAR/Module-CoreList-More-0.08 - 17 Feb 2016 11:14:47 UTC
Module::Install::Bundle - Bundle distributions along with your distribution
Module::Install::Bundle allows you to bundle a CPAN distribution within your distribution. When your end-users install your distribution, the bundled distribution will be installed along with yours, unless a newer version of the bundled distribution ...
ETHER/Module-Install-1.19 - 19 Dec 2017 23:32:25 UTC
Module::Metadata::Changes - Manage machine-readable Changes/CHANGES/Changelog.ini files
Module::Metadata::Changes is a pure Perl module. It allows you to convert old-style Changes/CHANGES files, and to read and write Changelog.ini files. =head1 Distributions This module is available as a Unix-style distro (*.tgz). See http://savage.net...
RSAVAGE/Module-Metadata-Changes-2.12 - 17 Apr 2017 07:32:27 UTC
Module::Install::DiffCheck - Run diff commands looking for deployment problems
If you use a version control system to deploy your applications you might find this module useful. How we check our database schemas Here, I describe the specifics of how we use this where I work, in case you find this practical example illustrative....
JHANNAH/Module-Install-DiffCheck-0.02 - 21 May 2013 20:04:03 UTC
Module::Pluggable::Ordered - Call module plugins in a specified order
This module behaves exactly the same as "Module::Pluggable", supporting all of its options, but also mixes in the "call_plugins" and "plugins_ordered" methods to your class. "call_plugins" acts a little like "Class::Trigger"; it takes the name of a m...
APEIRON/Module-Pluggable-Ordered-1.5 - 02 Jul 2006 12:33:55 UTC