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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm0 # MM_VMS.pm
6 package ExtUtils::MM_VMS;
35 ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker
77 # This isn't really an override. It's just here because ExtUtils::MM_VMS
79 # in MM_VMS, then AUTOLOAD is called, and bad things happen. So, we just
92 "(override)", while methods unique to MM_VMS are marked "(specific)".
450 MM_VMS_REVISION is for backwards compatibility before MM_VMS had a
626 warn "MM_VMS: Ignoring unrecognized CCFLAGS elements \"$quals\"\n";
676 warn "MM_VMS: Can't parse OPTIMIZE \"$self->{OPTIMIZE}\"; using default\n" if length $self->{OPTIMIZE};

Completed in 19 milliseconds