From: Nathan Torkington Date: Sat, 26 Dec 1998 14:28:21 +0000 (+1300) Subject: perlxstut.pod fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9693b09d670441af6e072df435fd26797b6744af;p=p5sagit%2Fp5-mst-13.2.git perlxstut.pod fix To: perlbug@perl.com Message-ID: <13956.15285.933914.320849@localhost.frii.com> p4raw-id: //depot/cfgperl@2508 --- diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 867d42a..69a1a25 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -465,7 +465,7 @@ include a C source file and a header file. We'll also create a Makefile.PL in this directory. Then we'll make sure that running make at the Mytest2 level will automatically run this Makefile.PL file and the resulting Makefile. -In the testlib directory, create a file mylib.h that looks like this: +In the mylib directory, create a file mylib.h that looks like this: #define TESTVAL 4