ExtUtils::MM_Unix
ExtUtils::MM_Unix
NAME
ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
SYNOPSIS
require ExtUtils::MM_Unix;
DESCRIPTION
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, but it ISA ExtUtils::MM_Unix class. The inheritan