Lines Matching full:extutils

1 package ExtUtils::MakeMaker::FAQ;
11 ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker
15 FAQs, tricks and tips for L<ExtUtils::MakeMaker>.
61 L<ExtUtils::MakeMaker/INSTALL_BASE> for details. To get MM and MB to
329 'dist'). See L<ExtUtils::MakeMaker/"Module Meta-Data">.
344 C<ExtUtils::Manifest::manifind()> to read the MANIFEST and File::Find
354 use ExtUtils::Manifest qw(maniread);
440 use ExtUtils::MakeMaker;
561 ExtUtils::MM_Any
563 ExtUtils::MM_Unix
565 ExtUtils::MM_{Current OS}
567 ExtUtils::MakeMaker
571 The object actually used is of the class L<MY|ExtUtils::MY> which allows you to
579 ExtUtils::MM_Any
581 ExtUtils::MM_Unix
583 ExtUtils::Liblist::Kid ExtUtils::MM_{Current OS} (if necessary)
585 ExtUtils::Liblist ExtUtils::MakeMaker |
588 ExtUtils::MM
590 ExtUtils::MY MM (created by ExtUtils::MM)
592 MY (created by ExtUtils::MY) |
596 PACK### (created each call to ExtUtils::MakeMaker->new)
602 NOTE: When L<ExtUtils::MM> is loaded it chooses a superclass for MM from
603 amongst the ExtUtils::MM_* modules based on the current operating
606 NOTE: ExtUtils::MM_{Current OS} represents one of the ExtUtils::MM_*
607 modules except L<ExtUtils::MM_Any> chosen based on your operating system.
610 L<ExtUtils::MakeMaker>. It is, effectively, a subclass of L<MY|ExtUtils::MY>,
611 L<ExtUtils::MakeMaker>, L<ExtUtils::Liblist> and ExtUtils::MM_{Current OS}
613 NOTE: The methods in L<MY|ExtUtils::MY> are simply copied into PACK### rather
616 NOTE: L<ExtUtils::Liblist> should be removed from the inheritance hiearchy
634 NOTE: Each direct L<MM_Unix|ExtUtils::MM_Unix> subclass is also an
635 L<MM_Any|ExtUtils::MM_Any> subclass. This
665 L<ExtUtils::MakeMaker>