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

Search results for "module:ExtUtils::MM_Unix"

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::MM_AIX - AIX specific subclass of ExtUtils::MM_Unix River stage five • 21376 direct dependents • 32646 total dependents

This is a subclass of ExtUtils::MM_Unix which contains functionality for AIX. Unless otherwise stated it works just like ExtUtils::MM_Unix. Overridden methods dlsyms Define DL_FUNCS and DL_VARS and write the *.exp files....

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

ExtUtils::MM_QNX - QNX specific subclass of ExtUtils::MM_Unix River stage five • 21376 direct dependents • 32646 total dependents

This is a subclass of ExtUtils::MM_Unix which contains functionality for QNX. Unless otherwise stated it works just like ExtUtils::MM_Unix. Overridden methods extra_clean_files Add .err files corresponding to each .c file....

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

ExtUtils::MM_DOS - DOS specific subclass of ExtUtils::MM_Unix River stage five • 21376 direct dependents • 32646 total dependents

This is a subclass of ExtUtils::MM_Unix which contains functionality for DOS. Unless otherwise stated, it works just like ExtUtils::MM_Unix. Overridden methods os_flavor POD ERRORS Hey! The above document had some coding errors, which are explained b...

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

ExtUtils::MM_VOS - VOS specific subclass of ExtUtils::MM_Unix River stage five • 21376 direct dependents • 32646 total dependents

This is a subclass of ExtUtils::MM_Unix which contains functionality for VOS. Unless otherwise stated it works just like ExtUtils::MM_Unix. Overridden methods extra_clean_files Cleanup VOS core files...

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

ExtUtils::MM_UWIN - U/WIN specific subclass of ExtUtils::MM_Unix River stage five • 21376 direct dependents • 32646 total dependents

This is a subclass of ExtUtils::MM_Unix which contains functionality for the AT&T U/WIN UNIX on Windows environment. Unless otherwise stated it works just like ExtUtils::MM_Unix. Overridden methods os_flavor In addition to being Unix, we're U/WIN. PO...

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

ExtUtils::MM_OS390 - OS390 specific subclass of ExtUtils::MM_Unix River stage five • 21376 direct dependents • 32646 total dependents

This is a subclass of ExtUtils::MM_Unix which contains functionality for OS390. Unless otherwise stated it works just like ExtUtils::MM_Unix. Overriden methods xs_make_dynamic_lib Defines the recipes for the "dynamic_lib" section. POD ERRORS Hey! The...

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

ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass River stage five • 21376 direct dependents • 32646 total dependents

FOR INTERNAL USE ONLY ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically chooses the appropriate OS specific subclass for you (ie. ExtUtils::MM_Unix, etc...). It also provides a convenient alias via the MM class (I didn't want Make...

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

only::latest - Always use the latest version of a module in @INC River stage zero No dependents

This module is for people with separately-maintained INC directories containing overlapping modules, who wishes to always use the latest version of a module, regardless of the directory it is in. If you "use" or "require" a module living in more than...

AUTRIJUS/only-latest-0.01 - 04 Nov 2003 05:22:12 UTC

ExtUtils::MM_OS2 - 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_NW5 - 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. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line ...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 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::MM_BeOS - 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. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line ...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 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::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::MM_Darwin - special behaviors for OS X River stage five • 21376 direct dependents • 32646 total dependents

See ExtUtils::MM_Unix or ExtUtils::MM_Any for documentation on the methods overridden here. Overridden Methods init_dist Turn off Apple tar's tendency to copy resource forks as "._foo" files....

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

ExtUtils::MM_Cygwin - 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. 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
18 results (0.047 seconds)