diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-03-21 13:32:22 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-03-21 13:32:22 +0000 |
commit | c561b895048291f970e2d0a6211bf7838766babe (patch) | |
tree | d37f7f62de45482950df4d0e9617991c2416a3cc /utils/h2ph.PL | |
parent | e22a937e7f75d5261d07ea813dfc06a4dbaa322a (diff) | |
download | perl-c561b895048291f970e2d0a6211bf7838766babe.tar.gz |
Pod fix to h2ph from John Morrissey on the Debian bug list.
p4raw-id: //depot/perl@30660
Diffstat (limited to 'utils/h2ph.PL')
-rw-r--r-- | utils/h2ph.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2ph.PL b/utils/h2ph.PL index 2ea015221e..0bfea18406 100644 --- a/utils/h2ph.PL +++ b/utils/h2ph.PL @@ -867,7 +867,7 @@ If run with no arguments, filters standard input to standard output. =item -d destination_dir Put the resulting B<.ph> files beneath B<destination_dir>, instead of -beneath the default Perl library location (C<$Config{'installsitsearch'}>). +beneath the default Perl library location (C<$Config{'installsitearch'}>). =item -r |