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

Search results for "module:ExtUtils::Installed"

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::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::H2PM - automatically generate perl modules to wrap C header files River stage one • 8 direct dependents • 9 total dependents

This 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.11 - 20 Mar 2023 14:40:01 UTC

Imager::ExtUtils - functions handy in writing Imager extensions River stage three • 108 direct dependents • 121 total dependents

base_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.024 - 06 Apr 2024 02:24:09 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::testlib - add blib/* directories to @INC River stage five • 21376 direct dependents • 32646 total dependents

After 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.70 - 26 Mar 2023 13:29:08 UTC

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::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::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::SVDmaker - Create CPAN distributions River stage zero No dependents

The "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 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::XSpp::Cmd - implementation of xspp River stage three • 23 direct dependents • 110 total dependents

SMUELLER/ExtUtils-XSpp-0.18 - 18 Sep 2013 08:28:25 UTC

ExtUtils::PkgConfig - simplistic interface to pkg-config River stage three • 88 direct dependents • 478 total dependents

The 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 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::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::InferConfig - Infer Perl Configuration for non-running interpreters River stage one • 2 direct dependents • 3 total dependents

This 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 UTC

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

This 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
23 results (0.039 seconds)