diff options
Diffstat (limited to 'pod/modpods/MakeMaker.pod')
-rw-r--r-- | pod/modpods/MakeMaker.pod | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pod/modpods/MakeMaker.pod b/pod/modpods/MakeMaker.pod deleted file mode 100644 index 0655729598..0000000000 --- a/pod/modpods/MakeMaker.pod +++ /dev/null @@ -1,24 +0,0 @@ -=head1 NAME - -MakeMaker - generate a Makefile for Perl extension - -=head1 SYNOPSIS - - use ExtUtils::MakeMaker; - -=head1 DESCRIPTION - -This utility is designed to write a Makefile for an extension module from -a Makefile.PL. It splits the task of generating the Makefile into several -subroutines that can be individually overridden. Each subroutine returns -the text it wishes to have written to the Makefile. - -The best way to learn to use this is to look at how some of the -extensions are generated, such as Socket. - -=head1 AUTHOR - -Andy Dougherty <F<doughera@lafcol.lafayette.edu>>, -Andreas Koenig <F<k@franz.ww.TU-Berlin.DE>>, -and -Tim Bunce <F<Tim.Bunce@ig.co.uk>>. |