From bdda3fbd757cd1d51073d4e041d25f173c8b2f82 Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Sat, 18 Jul 1998 16:58:48 +0100 Subject: [PATCH] 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 --- lib/ExtUtils/MakeMaker.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.7.4