ExtUtils::MM_Any 6.30 review

Download
by rbytes.net on

ExtUtils::MM_Any is a Perl module with Platform-agnostic MM methods. SYNOPSIS FOR INTERNAL USE ONLY! package ExtUtils::M

License: Perl Artistic License
File size: 214K
Developer: Michael G Schwern
0 stars award from rbytes.net

ExtUtils::MM_Any is a Perl module with Platform-agnostic MM methods.

SYNOPSIS

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);

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::MM_Unix. This is a temporary solution.

Requirements:
Perl

ExtUtils::MM_Any 6.30 search tags