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

Search results for "module:ExtUtils::Command"

ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc. River stage five • 21376 direct dependents • 32646 total dependents

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 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::Builder::Action::Command - An action object for external commands River stage zero No dependents

This is a primitive action object wrapping an external command. The easiest way to use it is to serialize it to command, though it doesn't mind being executed right away. For more information on actions, see ExtUtils::Builder::Action....

LEONT/ExtUtils-Builder-0.002 - 26 Apr 2024 09:33:24 UTC

ExtUtils::F77 - Simple interface to F77 libs River stage two • 11 direct dependents • 16 total dependents

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

Build::Daily - module to update daily versions for Module::Build and ExtUtils::MakeMaker River stage zero No dependents

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::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::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::PL2Bat - Batch file creation to run perl scripts on Windows River stage zero No dependents

LEONT/ExtUtils-PL2Bat-0.005 - 09 Aug 2022 11:35:06 UTC

ExtUtils::Builder - An overview of the foundations of the ExtUtils::Builder Plan framework River stage zero No dependents

This document describes the foundations of the ExtUtils::Builder Plan framework, including Actions, Nodes and Plans....

LEONT/ExtUtils-Builder-0.002 - 26 Apr 2024 09:33:24 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::Liblist - determine libraries to use and how to use them River stage five • 21376 direct dependents • 32646 total dependents

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 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::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::MM_Win32 - 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....

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

ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X River stage five • 21376 direct dependents • 32646 total dependents

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::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::CChecker - configure-time utilities for using C headers, libraries, or OS features River stage three • 23 direct dependents • 401 total dependents

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.12 - 04 Mar 2024 21:26:17 UTC

ExtUtils::CBuilder - Compile and link C code for Perl modules River stage five • 306 direct dependents • 20962 total dependents

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 River stage five • 33 direct dependents • 17702 total dependents

......

ETHER/ExtUtils-Manifest-1.75 - 29 Apr 2023 13:02:28 UTC
47 results (0.052 seconds)