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

Search results for "distribution:ExtUtils-MakeMaker ExtUtils::MakeMaker"

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_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

lib/ExtUtils/MakeMaker/version/vpp.pm River stage five • 21376 direct dependents • 32646 total dependents

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

ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker River stage five • 21376 direct dependents • 32646 total dependents

FAQs, tricks and tips for ExtUtils::MakeMaker. Module Installation How do I install a module into my home directory? If you're not the Perl administrator you probably don't have permission to install a module to its default location. Ways of handling...

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

ExtUtils::MakeMaker::Locale - bundled Encode::Locale River stage five • 21376 direct dependents • 32646 total dependents

In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and...

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

ExtUtils::MakeMaker::Config - Wrapper around Config.pm River stage five • 21376 direct dependents • 32646 total dependents

FOR INTERNAL USE ONLY A very thin wrapper around Config.pm so MakeMaker is easier to test....

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

ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker River stage five • 21376 direct dependents • 32646 total dependents

This is a short tutorial on writing a simple module with MakeMaker. It's really not that hard. The Mantra MakeMaker modules are installed using this simple mantra perl Makefile.PL make make test make install There are lots more commands and options, ...

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

lib/ExtUtils/MakeMaker/version/regex.pm River stage five • 21376 direct dependents • 32646 total dependents

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

lib/ExtUtils/MakeMaker/version.pm River stage five • 21376 direct dependents • 32646 total dependents

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

ExtUtils::MY - ExtUtils::MakeMaker subclass for customization River stage five • 21376 direct dependents • 32646 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

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_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_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_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_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_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_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_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_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
35 results (0.057 seconds)