diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-06 10:27:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-06 10:27:22 +0000 |
commit | dd0810f9b6071d97b916f3789cf75dfc6e540687 (patch) | |
tree | 3cf2abeea8d1dee3a847631bf6acf56a1f555a3e /lib/ExtUtils/MakeMaker | |
parent | 0b4182dec6e1b5c702d8a7ae385af2ab2a185d3c (diff) | |
download | perl-dd0810f9b6071d97b916f3789cf75dfc6e540687.tar.gz |
Upgrade to MakeMaker 6.20.
p4raw-id: //depot/perl@21675
Diffstat (limited to 'lib/ExtUtils/MakeMaker')
-rw-r--r-- | lib/ExtUtils/MakeMaker/Tutorial.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/MakeMaker/Tutorial.pod b/lib/ExtUtils/MakeMaker/Tutorial.pod index fbfcf8abcc..aec12b6f0d 100644 --- a/lib/ExtUtils/MakeMaker/Tutorial.pod +++ b/lib/ExtUtils/MakeMaker/Tutorial.pod @@ -86,7 +86,7 @@ A simple listing of all the files in your distribution. MANIFEST lib/Your/Module.pm -Filepaths in a MANIFEST always use Unix conventions (ie. /) even if you're +File paths in a MANIFEST always use Unix conventions (ie. /) even if you're not on Unix. You can write this by hand or generate it with 'make manifest'. @@ -144,7 +144,7 @@ Suggested information to include here: A file full of regular expressions to exclude when using 'make manifest' to generate the MANIFEST. These regular expressions -are checked against each filepath found in the distribution (so +are checked against each file path found in the distribution (so you're matching against "t/foo.t" not "foo.t"). Here's a sample: |