Search results for "module:ExtUtils::Command"
ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc.
The module is used to replace common UNIX commands. In all cases the functions work from @ARGV rather than taking arguments. This makes them easier to deal with in Makefiles. Call them like this: perl -MExtUtils::Command -e some_command some files to...
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
Build::Daily - module to update daily versions for Module::Build and ExtUtils::MakeMaker
Updates $VERSION string based on current date or forced string. This allows to create daily/commit builds. FUNCTIONS...
JKUTEJ/Build-Daily-0.01 - 24 Jul 2009 17:59:21 UTC
ExtUtils::F77 - Simple interface to F77 libs
This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination! It was origin...
ETJ/ExtUtils-F77-1.26 - 16 Feb 2021 01:02:40 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::PL2Bat - Batch file creation to run perl scripts on Windows
LEONT/ExtUtils-PL2Bat-0.005
-
09 Aug 2022 11:35:06 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::Liblist - determine libraries to use and how to use them
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::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::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::SVDmaker - Create CPAN distributions
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::CBuilder - Compile and link C code for Perl modules
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is *not* int...
AMBS/ExtUtils-CBuilder-0.280236 - 13 Feb 2021 14:31:01 UTC
ExtUtils::Manifest - Utilities to write and check a MANIFEST file
......
ETHER/ExtUtils-Manifest-1.75 - 29 Apr 2023 13:02:28 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::CChecker - configure-time utilities for using C headers, libraries, or OS features
Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existance of these requirements before attempting to actual...
PEVANS/ExtUtils-CChecker-0.11 - 12 Jul 2021 15:33:45 UTC
ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X
This is a subclass of ExtUtils::MM_Win32 containing changes necessary to get MakeMaker playing nice with command.com and other Win9Xisms. Overridden methods Most of these make up for limitations in the Win9x/nmake command shell. max_exec_len Win98 ch...
BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC
ExtUtils::MM_Win32 - 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....
BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 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