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.38 - 11 Sep 2019 09:16:48 GMTFOR 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.38 - 11 Sep 2019 09:16:48 GMTThis 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.38 - 11 Sep 2019 09:16:48 GMTSee 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.38 - 11 Sep 2019 09:16:48 GMTThis 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.38 - 11 Sep 2019 09:16:48 GMTThe 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.38 - 11 Sep 2019 09:16:48 GMTAfter 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.38 - 11 Sep 2019 09:16:48 GMTSee 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.38 - 11 Sep 2019 09:16:48 GMTThis 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. POD...
BINGOS/ExtUtils-MakeMaker-7.38 - 11 Sep 2019 09:16:48 GMTThis 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.38 - 11 Sep 2019 09:16:48 GMTOnce 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.38 - 11 Sep 2019 09:16:48 GMTSee 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.38 - 11 Sep 2019 09:16:48 GMTSee 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.38 - 11 Sep 2019 09:16:48 GMTSee ExtUtils::MM_Unix for 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.38 - 11 Sep 2019 09:16:48 GMT"ExtUtils::Mksymlists" produces files used by the linker under some OSs during the creation of shared libraries for dynamic extensions. It is normally called from a MakeMaker-generated Makefile when the extension is built. The linker option file is g...
BINGOS/ExtUtils-MakeMaker-7.38 - 11 Sep 2019 09:16:48 GMTFOR INTERNAL USE ONLY ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically chooses the appropriate OS specific subclass for you (ie. ExtUils::MM_Unix, etc...). It also provides a convenient alias via the MM class (I didn't want MakeM...
BINGOS/ExtUtils-MakeMaker-7.38 - 11 Sep 2019 09:16:48 GMTFOR INTERNAL USE ONLY ExtUtils::MY is a subclass of ExtUtils::MM. Its 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 temporar...
BINGOS/ExtUtils-MakeMaker-7.38 - 11 Sep 2019 09:16:48 GMTFOR 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.38 - 11 Sep 2019 09:16:48 GMTMkbootstrap typically gets called from an extension Makefile. There is no "*.bs" file supplied with the extension. Instead, there may be a *_BS file which has code for the special cases, like posix for berkeley db on the NeXT. This file will get pars...
BINGOS/ExtUtils-MakeMaker-7.38 - 11 Sep 2019 09:16:48 GMT