home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / MacPerl5 / pod / modpods / MakeMaker.pod < prev    next >
Encoding:
Text File  |  1994-12-26  |  666 b   |  25 lines  |  [TEXT/MPS ]

  1. =head1 NAME
  2.  
  3. MakeMaker - generate a Makefile for Perl extension
  4.  
  5. =head1 SYNOPSIS
  6.  
  7.     use ExtUtils::MakeMaker;
  8.  
  9. =head1 DESCRIPTION
  10.  
  11. This utility is designed to write a Makefile for an extension module from
  12. a Makefile.PL.  It splits the task of generating the Makefile into several
  13. subroutines that can be individually overridden.  Each subroutines returns
  14. the text it wishes to have written to the Makefile.
  15.  
  16. The best way to learn to use this is to look at how some of the
  17. extensions are generated, such as Socket.
  18.  
  19. =head1 AUTHOR
  20.  
  21. Andy Dougherty <F<doughera@lafcol.lafayette.edu>>,
  22. Andreas Koenig <F<k@franz.ww.TU-Berlin.DE>>,
  23. and
  24. Tim Bunce <F<Tim.Bunce@ig.co.uk>>.
  25.