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

Search results for "module:ExtUtils::MakeMaker::Config"

ExtUtils::Config::MakeMaker - A ExtUtils::Config compatible wrapper for ExtUtils::MakeMaker's configuration. River stage five • 8 direct dependents • 11161 total dependents

This object wraps ExtUtils::MakeMaker's idea of configuration in an ExtUtils::Config compatible interface. That means that if you pass a configuration argument to or in Makefile.PL (e.g. "OPTIMIZE=-O3") it will show up in the config object (e.g. "$co...

LEONT/ExtUtils-Config-0.009 - 25 Apr 2024 10:24:07 UTC

ExtUtils::MakeMaker::Config - Wrapper around Config.pm River stage five • 21376 direct dependents • 32646 total dependents

FOR INTERNAL USE ONLY A very thin wrapper around Config.pm so MakeMaker is easier to test....

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker River stage five • 21376 direct dependents • 32646 total dependents

The methods provided by this package are designed to be used in conjunction with ExtUtils::MakeMaker. When MakeMaker writes a Makefile, it creates one or more objects that inherit their methods from a package MM. MM itself doesn't provide any methods...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21376 direct dependents • 32646 total dependents

See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. Methods always loaded wraplist Converts a list into a string wrapped at approximately 80 columns. ...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::CXX - support C++ XS files River stage zero No dependents

This module enables XS extensions written in C++. It is meant to be useful for the users and installers of c++ modules, rather than the authors, by having a single central place where to patch things, rather than to have to patch every single module ...

MLEHMANN/ExtUtils-CXX-1.0 - 25 Mar 2018 06:07:05 UTC

ExtUtils::nvcc - CUDA compiler and linker wrapper for Perl's toolchain River stage zero No dependents

This module serves as the configuration front-end to a Perl module that knows how to translate arbitrary command-line arguments into nvcc-digestable command-line arguments. This means you can use nvcc to compile CUDA code for Perl. I discuss that fun...

DCMERTENS/ExtUtils-nvcc-0.03 - 27 Jun 2011 23:30:32 UTC

ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21376 direct dependents • 32646 total dependents

See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics....

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::PerlPP - A Perl Preprocessor River stage zero No dependents

Perl's installation suite, ExtUtils::MakeMaker, contains a mechanism for installing preparsed files, so-called *PL* files: If the MakeMaker utility detects files with the extension ".PL" then these files are executed by *make*, usually creating a fil...

JWIED/ExtUtils-PerlPP-0.03 - 22 Aug 1999 12:10:21 UTC

ExtUtils::PerlPP - A Perl Preprocessor River stage zero No dependents

Perl's installation suite, ExtUtils::MakeMaker, contains a mechanism for installing preparsed files, so-called *PL* files: If the MakeMaker utility detects files with the extension ".PL" then these files are executed by *make*, usually creating a fil...

JWIED/Msql-Mysql-modules-1.2219 - 31 Oct 2001 04:02:53 UTC

ExtUtils::MM_Any - Platform-agnostic MM methods River stage five • 21376 direct dependents • 32646 total dependents

FOR INTERNAL USE ONLY! ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of modules. It contains methods which are either inherently cross-platform or are written in a cross-platform manner. Subclass off of ExtUtils::MM_Any *and* ExtUtils::...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::Liblist - determine libraries to use and how to use them River stage five • 21376 direct dependents • 32646 total dependents

This utility takes a list of libraries in the form "-llib1 -llib2 -llib3" and returns lines suitable for inclusion in an extension Makefile. Extra library paths may be included with the form "-L/another/path" this will affect the searches for all sub...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::Builder - An overview of the foundations of the ExtUtils::Builder Plan framework River stage zero No dependents

This document describes the foundations of the ExtUtils::Builder Plan framework, including Actions, Nodes and Plans....

LEONT/ExtUtils-Builder-0.005 - 28 Apr 2024 11:03:10 UTC

ExtUtils::configPL - Perl extension to automagiclly configure perl scripts River stage zero No dependents

This module is used to add configuration information to a perl script, and is meant to be used with the "ExtUtils::MakeMaker" module. "ExtUtils::configPL" is not a "normal" Perl extension. It does add or encapsulate functionality to your script, but ...

PEASE/ExtUtils-configPL-1.1 - 19 Jun 2001 22:40:24 UTC

ExtUtils::CppGuess - guess C++ compiler and flags River stage three • 34 direct dependents • 102 total dependents

"ExtUtils::CppGuess" attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. It can generate the necessary options to the Module::Build constructor or to ExtUtils::MakeMaker's "WriteMakefile" ...

ETJ/ExtUtils-CppGuess-0.27 - 19 Nov 2023 19:21:30 UTC

ExtUtils::Autoconf - Perl interface to GNU autoconf River stage zero No dependents

ExtUtils::Autoconf is a thin wrapper around GNU autoconf/autoheader which allows to run those tools easily from perl. This allows using autoconf for configuring perl modules and especially extensions in a portable way without messing around with the ...

FLORA/ExtUtils-Autoconf-0.02 - 12 Sep 2006 13:18:53 UTC

ExtUtils::MakeMaker - Create a module Makefile River stage five • 21376 direct dependents • 32646 total dependents

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC

ExtUtils::AutoInstall - Automatic install of dependencies via CPAN River stage one • 2 direct dependents • 2 total dependents

ExtUtils::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 ...

INGY/ExtUtils-AutoInstall-0.64 - 12 Sep 2016 19:12:48 UTC

ExtUtils::Builder::Action - The ExtUtils::Builder Action role River stage zero No dependents

Actions are the cornerstone of the ExtUtils::Builder framework. They provide an interface between build tools (ExtUtils::MakeMaker, Module::Build) and building extensions. This allows both sides to be completely independent from each other. It is a f...

LEONT/ExtUtils-Builder-0.005 - 28 Apr 2024 11:03:10 UTC

ExtUtils::MakeMaker::CPANfile - cpanfile support for EUMM River stage four • 88 direct dependents • 1291 total dependents

ExtUtils::MakeMaker::CPANfile loads "cpanfile" in your distribution and modifies parameters for "WriteMakefile" in your Makefile.PL. Just use it instead of ExtUtils::MakeMaker (which should be loaded internally), and prepare "cpanfile". As of version...

ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.09 - 28 Dec 2018 08:22:23 UTC
19 results (0.17 seconds)