From: Yitzchak Scott-Thoennes Date: Wed, 4 Feb 2009 04:37:23 +0000 (-0800) Subject: long-ago h2xs changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21afb10428b3f731e6a7c83892bed088deaea137;p=p5sagit%2Fp5-mst-13.2.git long-ago h2xs changes --- diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 518b33a..7db3eb3 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". 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.