From: Paul Johnson Date: Sat, 18 Jul 1998 15:58:48 +0000 (+0100) Subject: tweak pod in MakeMaker.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bdda3fbd757cd1d51073d4e041d25f173c8b2f82;p=p5sagit%2Fp5-mst-13.2.git tweak pod in MakeMaker.pm Message-ID: <19980718155847.D903@west-tip.transeda.com> Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm p4raw-id: //depot/perl@1565 --- diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index 267b809..5b7bb0b 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -1758,14 +1758,14 @@ or you can edit the default by saying something like: $inherited; } -If you running experiments with embedding perl as a library into other -applications, you might find MakeMaker not sufficient. You'd better -have a look at ExtUtils::embed which is a collection of utilities for -embedding. +If you are running experiments with embedding perl as a library into +other applications, you might find MakeMaker is not sufficient. You'd +better have a look at ExtUtils::Embed which is a collection of utilities +for embedding. If you still need a different solution, try to develop another -subroutine, that fits your needs and submit the diffs to -F or F as appropriate. +subroutine that fits your needs and submit the diffs to +F or F as appropriate. For a complete description of all MakeMaker methods see L. @@ -1919,7 +1919,7 @@ different means on the current architecture). =head1 SEE ALSO ExtUtils::MM_Unix, ExtUtils::Manifest, ExtUtils::testlib, -ExtUtils::Install, ExtUtils::embed +ExtUtils::Install, ExtUtils::Embed =head1 AUTHORS