Search results for "module:Module::Start"
Module::Start - The Simple/Flexible Way to Create New Modules
If you are like me, when you think of a new idea, you want to get started asap. If you are even more like me, your projects come in all sorts of flavors. In other words, different types of projects need different types of starting files. Within Perl,...
INGY/Module-Start-0.10 - 09 Apr 2006 05:52:35 UTC
Module::Start::Base - Base class for Module::Start
INGY/Module-Start-0.10
-
09 Apr 2006 05:52:35 UTC
Module::Setup - a simple module maker "yet another Module::Start(?:er)?"
Module::Setup is very simply module start kit. When the module-setup command is executed first, a necessary template for ~/.module-setup directory is copied....
YAPPO/Module-Setup-0.09 - 09 Feb 2010 05:01:55 UTC
Module::Mask - Pretend certain modules are not installed
Sometimes you need to test what happens when a given module is not installed. This module provides a way of temporarily hiding installed modules from perl's require mechanism. The Module::Mask object adds itself to @INC and blocks require calls to re...
MATTLAW/Module-Mask-0.06 - 14 Jan 2013 10:01:57 UTC
Module::Path - get the full path to a locally installed module
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
Kelp::Module - Base class for Kelp modules
Provides the base class for creating Kelp modules. Creating a Kelp module means extending this class and overriding the "build" method. Kelp modules usually "register" a new method into the web application. Registering methods Modules use the "regist...
BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC
Module::Want - Check @INC once for modules that you want but may not have
Sometimes you want to lazy load a module for use in, say, a loop or function. First you do the eval-require but then realize if the module is not available it will re-search @INC each time. So then you add a lexical boolean to your eval and do the sa...
DMUEY/Module-Want-0.6 - 26 Oct 2013 01:16:18 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.4232 - 08 Dec 2022 23:26:37 UTC
Module::Rename - Utility functions for renaming a module distribution
Have you ever created a module distribution, only to realize later that the module hierarchary needed to be changed? All of a sudden, "Cool::Frobnicator" didn't sound cool anymore, but needed to be "Util::Frobnicator" instead? Going through a module'...
MSCHILLI/Module-Rename-0.04 - 28 Jul 2013 03:10:05 UTC
Module::AutoINC - Download and install CPAN/PPM modules upon first use.
Module::AutoINC is a slightly useful tool designed to streamline the process of installing the modules required by a script. By loading the Module::AutoINC module (usually via a "-MModule::AutoINC" command-line option), the user is registering a hand...
MACKENZIE/Module-AutoINC-0.02 - 15 Jan 2007 22:42:37 UTC
Module::Release - Automate software releases
"Module::Release" automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use "Makefile.PL" and "CVS". Other people have extended this in other ...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 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::Depakable - Check whether a module (or modules) is (are) depakable
PERLANCAR/Module-Depakable-0.007
-
11 Aug 2016 13:56:04 UTC
Module::Provision - Create Perl distributions with VCS and selectable toolchain
Module::Provision is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. It creates a VCS repository and, with Git as the VCS, installs some hooks that mimic the RCS Revision keyword ex...
PJFL/Module-Provision-0.42.1 - 08 May 2017 19:30:17 UTC
Module::List::More - Module::List, with more options
This module is like Module::List, except for the following differences: * lower startup overhead (with some caveats) It avoids using Exporter and implements its own import(). It avoids IO::Dir, Carp, File::Spec, with the goal of saving a few millisec...
PERLANCAR/Module-List-More-0.004011 - 12 Aug 2022 00:17:39 UTC