diff options
Diffstat (limited to 'pod/modpods/MakeMaker.pod')
-rw-r--r-- | pod/modpods/MakeMaker.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/modpods/MakeMaker.pod b/pod/modpods/MakeMaker.pod index 4db758fb20..0655729598 100644 --- a/pod/modpods/MakeMaker.pod +++ b/pod/modpods/MakeMaker.pod @@ -10,7 +10,7 @@ MakeMaker - generate a Makefile for Perl extension 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 subroutines returns +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 |