Search results for "module:ExtUtils::Install"
ExtUtils::Install - install files from here to there
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
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
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
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
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
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.012 - 10 May 2018 19:04:12 UTC
HPUX::SDUX - Perl module for creating SD-UX software depots of Perl modules
"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
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
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_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker
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
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
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
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
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
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
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
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
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
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
ExtUtils::MakeMaker::Extensions - Helper for multiple ExtUtils::MakeMaker extensions
This is a namespace reservation with kind of concept behind ......
REHSACK/ExtUtils-MakeMaker-Extensions-0.001 - 17 Dec 2014 10:33:24 UTC