Lines Matching full:makemaker
1 package ExtUtils::MakeMaker::FAQ;
11 ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker
15 FAQs, tricks and tips for L<ExtUtils::MakeMaker>.
49 =item How do I get MakeMaker and Module::Build to install to the same place?
52 location as MakeMaker.
59 MakeMaker (as of 6.31) and Module::Build (as of 0.28) both can install
61 L<ExtUtils::MakeMaker/INSTALL_BASE> for details. To get MM and MB to
74 MakeMaker's PREFIX.
86 Recent versions of MakeMaker will only install man pages on Unix-like
156 locations. Now that Module::Build and MakeMaker both have INSTALL_BASE
214 Just what it says, you're missing that file. MakeMaker uses it to
231 Why did MakeMaker reinvent the build configuration wheel? Why not
246 =item What is Module::Build and how does it relate to MakeMaker?
248 Module::Build is a project by Ken Williams to supplant MakeMaker.
263 Module::Build was long the official heir apparent to MakeMaker. The
267 MakeMaker. MakeMaker's maintainers have long said that it is a dead
313 # must be all on one line or MakeMaker will get confused.
329 'dist'). See L<ExtUtils::MakeMaker/"Module Meta-Data">.
440 use ExtUtils::MakeMaker;
449 Notice the C<OBJECT> attribute. MakeMaker generates the following
460 Therefore we can use the C<O_FILES> variable to tell MakeMaker to use
557 =head2 MakeMaker object hierarchy (simplified)
567 ExtUtils::MakeMaker
572 override bits of MakeMaker inside your Makefile.PL by declaring
575 =head2 MakeMaker object hierarchy (real)
585 ExtUtils::Liblist ExtUtils::MakeMaker |
596 PACK### (created each call to ExtUtils::MakeMaker->new)
599 L<http://archive.develooper.com/makemaker@perl.org/msg00134.html>
609 NOTE: The main object used by MakeMaker is a PACK### object, *not*
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}
649 =item * make a pull request on the MakeMaker github repository
651 =item * raise a issue on the MakeMaker github repository
655 =item * email makemaker@perl.org
661 The denizens of makemaker@perl.org.
665 L<ExtUtils::MakeMaker>