From: John P. Linderman Date: Tue, 14 May 2002 12:31:21 +0000 (-0400) Subject: perlhack.pod typos [PATCH] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98631ff83c2586ff343b68094fa07531d9b3855e;p=p5sagit%2Fp5-mst-13.2.git perlhack.pod typos [PATCH] From: "John P. Linderman" Message-ID: <200205141631.MAA79121@raptor.research.att.com> p4raw-id: //depot/perl@16597 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 2750e9e..75d9241 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1950,12 +1950,12 @@ If you plan to use the "Viewer" windows, then you only need this option: In Bourne-type shells: - PURIFY_OPTIONS="..." - export PURIFY_OPTIONS + PURIFYOPTIONS="..." + export PURIFYOPTIONS or if you have the "env" utility: - env PURIFY_OPTIONS="..." ../pureperl ... + env PURIFYOPTIONS="..." ../pureperl ... =head2 Purify on NT