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.20 - 18 Dec 2020 12:45:57 UTCThis 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 UTCThis 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 UTCThis module assists in generating wrappers around system functionallity, such as "socket()" types or "ioctl()" calls, where the only interesting features required are the values of some constants or layouts of structures normally only known to the C ...
PEVANS/ExtUtils-H2PM-0.10 - 23 May 2016 16:34:10 UTCbase_dir Returns the base directory where Imager is installed. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over without closing =back...
TONYC/Imager-1.012 - 14 Jun 2020 03:26:02 UTCFOR 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.60 - 17 Feb 2021 11:05:23 UTCAfter an extension has been built and before it is installed it may be desirable to test it bypassing "make test". By adding use ExtUtils::testlib; to a test program the intermediate directories used by "make" are added to @INC....
BINGOS/ExtUtils-MakeMaker-7.60 - 17 Feb 2021 11:05:23 UTCHandles 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.20 - 18 Dec 2020 12:45:57 UTCThis 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.8000 - 09 Apr 2019 15:51:18 UTCThe 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.60 - 17 Feb 2021 11:05:23 UTCExtUtils::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.20 - 18 Dec 2020 12:45:57 UTCThe "ExtUtils::SVDmaker" program module extends the Perl language (Perl is the system). The input to "ExtUtils::SVDmaker" is the __DATA__ section of Software Version Description (SVD) program module. The __DATA__ section must contain SVD forms text d...
SOFTDIA/ExtUtils-SVDmaker-0.10 - 25 May 2004 22:22:27 UTCExtUtils::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 UTCThis 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.60 - 17 Feb 2021 11:05:23 UTCThe pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl...
XAOC/ExtUtils-PkgConfig-1.16 - 21 Apr 2017 02:11:14 UTCFOR 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.60 - 17 Feb 2021 11:05:23 UTCExtUtils::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 UTCThis module can determine the configuration and @INC of a perl interpreter given its path and that it is runnable by the current user. It runs the interpreter with a one-liner and grabs the %Config hash via STDOUT capturing. Getting the module load p...
SMUELLER/ExtUtils-InferConfig-1.04 - 25 Jul 2010 09:28:20 UTCThis module provides functions to convert arbitrary command-line arguments to acceptable nvcc arguments and invoke nvcc to compile or link your code. Generally speaking, you won't need to worry about this module and should stick with functions from E...
DCMERTENS/ExtUtils-nvcc-0.03 - 27 Jun 2011 23:30:32 UTC