diff options
author | Yitzchak Scott-Thoennes <ysth@raven.shiftboard.com> | 2009-02-03 20:37:23 -0800 |
---|---|---|
committer | Yitzchak Scott-Thoennes <ysth@raven.shiftboard.com> | 2009-02-03 20:37:23 -0800 |
commit | 21afb10428b3f731e6a7c83892bed088deaea137 (patch) | |
tree | 858d3eba8a604e67e6e405b35dbfbd40c0b0594c /pod/perlxstut.pod | |
parent | b94a8c495f3a28de7de57070f1a1089de672ecba (diff) | |
download | perl-21afb10428b3f731e6a7c83892bed088deaea137.tar.gz |
long-ago h2xs changes
Diffstat (limited to 'pod/perlxstut.pod')
-rw-r--r-- | pod/perlxstut.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 518b33aaae..7db3eb3537 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -90,8 +90,8 @@ extension, it will print out a well-known message and return. Run "C<h2xs -A -n Mytest>". This creates a directory named Mytest, possibly under ext/ if that directory exists in the current working -directory. Several files will be created in the Mytest dir, including -MANIFEST, Makefile.PL, Mytest.pm, Mytest.xs, Mytest.t, and Changes. +directory. Several files will be created under the Mytest dir, including +MANIFEST, Makefile.PL, lib/Mytest.pm, Mytest.xs, t/Mytest.t, and Changes. The MANIFEST file contains the names of all the files just created in the Mytest directory. |