Searched defs:MM_Any (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm1 package ExtUtils::MM_Any;
14 ExtUtils::MM_Any - Platform-agnostic MM methods
22 # Temporarily, you have to subclass both. Put MM_Any first.
23 require ExtUtils::MM_Any;
25 @ISA = qw(ExtUtils::MM_Any ExtUtils::Unix);
31 ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of
35 Subclass off of ExtUtils::MM_Any I<and> ExtUtils::MM_Unix. This is a
94 ExtUtils::MM_Any is a subclass of File::Spec. The methods noted here

Completed in 25 milliseconds