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

Search results for "module:ExtUtils::Install"

ExtUtils::Install - install files from here to there River stage five • 31 direct dependents • 18750 total dependents

Handles the installing and uninstalling of perl modules, scripts, man pages, etc... Both install() and uninstall() are specific to the way ExtUtils::MakeMaker handles the installation and deinstallation of perl modules. They are not designed as gener...

BINGOS/ExtUtils-Install-2.22 - 24 Dec 2022 20:14:35 UTC

ExtUtils::Packlist - manage .packlist files River stage five • 31 direct dependents • 18750 total dependents

ExtUtils::Packlist provides a standard way to manage .packlist files. Functions are provided to read and write .packlist files. The original .packlist format is a simple list of absolute pathnames, one per line. In addition, this package supports an ...

BINGOS/ExtUtils-Install-2.22 - 24 Dec 2022 20:14:35 UTC

ExtUtils::Installed - Inventory management of installed modules River stage five • 31 direct dependents • 18750 total dependents

ExtUtils::Installed provides a standard way to find out what core and module files have been installed. It uses the information stored in .packlist files created during installation to provide this information. In addition it provides facilities to c...

BINGOS/ExtUtils-Install-2.22 - 24 Dec 2022 20:14:35 UTC

ExtUtils::InstallPAR - Install .par's into any installed perl River stage one • 2 direct dependents • 3 total dependents

This module installs PAR distributions (i.e. ".par" files) into any perl installation on the system. The PAR::Dist module can install into the currently running perl by default and provides the necessary parameters to override any installation direct...

SMUELLER/ExtUtils-InstallPAR-0.03 - 14 Nov 2008 14:15:49 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::InstallPaths - Build.PL install path logic made easy River stage five • 6 direct dependents • 11159 total dependents

This module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined fro...

LEONT/ExtUtils-InstallPaths-0.013 - 25 Apr 2024 10:28:55 UTC

HPUX::SDUX - Perl module for creating SD-UX software depots of Perl modules River stage zero No dependents

"HPUX::SDUX" is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms. This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout ...

ASARIH/HPUX-SDUX-0.03 - 04 Apr 2003 03:06:35 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::Config - A wrapper for perl's configuration River stage five • 8 direct dependents • 11161 total dependents

ExtUtils::Config is an abstraction around the %Config hash. By itself it is not a particularly interesting module by any measure, however it ties together a family of modern toolchain modules....

LEONT/ExtUtils-Config-0.009 - 25 Apr 2024 10:24:07 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::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::Depends - Easily build XS extensions that depend on XS extensions River stage three • 98 direct dependents • 940 total dependents

This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the per...

XAOC/ExtUtils-Depends-0.8001 - 16 May 2021 04:41:37 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::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::MM_Cygwin - 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. os_flavor We're Unix and Cygwin. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: =over without closing =back...

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

ExtUtils::Command::MM - Commands for the MM's to use in Makefiles River stage five • 21376 direct dependents • 32646 total dependents

FOR INTERNAL USE ONLY! The interface is not stable. ExtUtils::Command::MM encapsulates code which would otherwise have to be done with large "one" liners. Any $(FOO) used in the examples are make variables, not Perl. test_harness test_harness($verbos...

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

ExtUtils::ModuleMaker - Better than h2xs for creating modules River stage one • 3 direct dependents • 4 total dependents

This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC

ExtUtils::FindFunctions - Find functions in external libraries River stage zero No dependents

This module provides the "have_functions()" function which can be used to check if given functions are provided by an external library. Its aim is to be used as an embedded library by Makefile.PL which needs such facilities. Use the install-extutils-...

SAPER/ExtUtils-FindFunctions-0.02 - 02 Oct 2006 23:58:46 UTC
23 results (0.034 seconds)