Extutils-Mm-Any

ExtUtils::MM_Any(3p) Perl Programmers Reference Guide ExtUtils::MM_Any(3p)

Extutils-Mm-Any

ExtUtils::MM_Any(3p) Perl Programmers Reference Guide ExtUtils::MM_Any(3p) # ExtUtils::MM_Any(3p) Perl Programmers Reference Guide ExtUtils::MM_Any(3p) NNAAMMEE # ExtUtils::MM_Any - Platform-agnostic MM methods SSYYNNOOPPSSIISS # FOR INTERNAL USE ONLY! # package ExtUtils::MM_SomeOS; # Temporarily, you have to subclass both. Put MM_Any first. require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @ISA = qw(ExtUtils::MM_Any ExtUtils::Unix); DDEESSCCRRIIPPTTIIOONN # FFOORR IINNTTEERRNNAALL UUSSEE OONNLLYY!! # 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. ...