The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:ExtUtils::MM"

ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass River stage five • 21898 direct dependents • 33164 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

ExtUtils::Command::MM - Commands for the MM's to use in Makefiles River stage five • 21898 direct dependents • 33164 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::MM_AIX - AIX specific subclass of ExtUtils::MM_Unix River stage five • 21898 direct dependents • 33164 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_DOS - DOS specific subclass of ExtUtils::MM_Unix River stage five • 21898 direct dependents • 33164 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_QNX - QNX specific subclass of ExtUtils::MM_Unix River stage five • 21898 direct dependents • 33164 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_Any - Platform-agnostic MM methods River stage five • 21898 direct dependents • 33164 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_VOS - VOS specific subclass of ExtUtils::MM_Unix River stage five • 21898 direct dependents • 33164 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_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21898 direct dependents • 33164 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_UWIN - U/WIN specific subclass of ExtUtils::MM_Unix River stage five • 21898 direct dependents • 33164 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_Unix - methods used by ExtUtils::MakeMaker River stage five • 21898 direct dependents • 33164 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_Darwin - special behaviors for OS X River stage five • 21898 direct dependents • 33164 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 • 21898 direct dependents • 33164 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

ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21898 direct dependents • 33164 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_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21898 direct dependents • 33164 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_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21898 direct dependents • 33164 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_OS390 - OS390 specific subclass of ExtUtils::MM_Unix River stage five • 21898 direct dependents • 33164 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_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker River stage five • 21898 direct dependents • 33164 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_MacOS - once produced Makefiles for MacOS Classic River stage five • 21898 direct dependents • 33164 total dependents

Once upon a time, MakeMaker could produce an approximation of a correct Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this fell out of sync with the rest of MakeMaker and hadn't worked in years. Since there's little chance of it ...

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

ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X River stage five • 21898 direct dependents • 33164 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::MY - ExtUtils::MakeMaker subclass for customization River stage five • 21898 direct dependents • 33164 total dependents

FOR INTERNAL USE ONLY ExtUtils::MY is a subclass of ExtUtils::MM. It is provided in your Makefile.PL for you to add and override MakeMaker functionality. It also provides a convenient alias via the MY class. ExtUtils::MY might turn out to be a tempor...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC
27 results (0.039 seconds)