ExtUtils::MM methods without dependency on ExtUtils::MakeMaker
Description
This is a collection of ExtUtils::MM subroutines that are used by many other
modules but that do not need full-featured ExtUtils::MakeMaker. The issue with
ExtUtils::MakeMaker is it pulls in Perl header files and that is an overkill
for small subroutines.