Search results for "module:Module::Build::Tiny"
Module::Build::Tiny - A tiny replacement for Module::Build
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lig...
LEONT/Module-Build-Tiny-0.046 - 01 Jun 2023 17:31:32 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.4234 - 28 Apr 2023 08:59:31 UTC
Module::Starter - a simple starter kit for any module
This is the core module for Module::Starter. If you're not looking to extend or alter the behavior of this module, you probably want to look at module-starter instead. Module::Starter is used to create a skeletal CPAN distribution, including basic bu...
DBOOK/Module-Starter-1.77 - 05 Sep 2020 21:22:00 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::Build::YAML - DEPRECATED
This module was originally an inline copy of YAML::Tiny. It has been deprecated in favor of using CPAN::Meta::YAML directly. This module is kept as a subclass wrapper for compatibility....
LEONT/Module-Build-Deprecated-0.4210 - 19 Aug 2014 18:34:54 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::New::Path
This is to handle files/directories in a distribution....
ISHIGAKI/Module-New-0.15 - 19 Apr 2015 15:25:22 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
Kelp::Module::Config - Configuration for Kelp applications
This is one of the two modules that are automatically loaded for each and every Kelp application. The other one is Kelp::Module::Routes. It reads configuration files containing Perl-style hashes, and merges them depending on the value of the applicat...
BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC
Module::Installed::Tiny - Check if a module is installed, with as little code as possible
To check if a module is installed (available), generally the simplest way is to try to "require()" it: if (eval { require Foo::Bar; 1 }) { # Foo::Bar is available } # or my $mod_pm = "Foo/Bar.pm"; if (eval { require $mod_pm; 1 }) { # Foo::Bar is avai...
PERLANCAR/Module-Installed-Tiny-0.011 - 28 Sep 2022 10:18:02 UTC
inc::Module::Build::Functions::DSL - Domain Specific Language for Module::Install
One of the primary design goals of Module::Install is to simplify the creation of Makefile.PL scripts. Part of this involves the gradual reduction of any and all superflous characters, with the ultimate goal of requiring no non-critical information i...
NPLATONOV/Module-Build-Functions-0.04 - 20 Jan 2010 19:18:06 UTC