diff options
author | Nathan Torkington <gnat@frii.com> | 1998-12-27 03:28:21 +1300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-28 08:04:00 +0000 |
commit | 9693b09d670441af6e072df435fd26797b6744af (patch) | |
tree | 13f09cc0063c8ddb112bab68cc47e40aefe57171 | |
parent | 2e17418fc5d7eb3137e74d8f2eeb20c158bc369d (diff) | |
download | perl-9693b09d670441af6e072df435fd26797b6744af.tar.gz |
perlxstut.pod fix
To: perlbug@perl.com
Message-ID: <13956.15285.933914.320849@localhost.frii.com>
p4raw-id: //depot/cfgperl@2508
-rw-r--r-- | pod/perlxstut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 867d42a8c2..69a1a25d73 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 |