summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 13:25:46 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commit13c332fa942355cb9ec68e0bf5b365cd656fa2d3 (patch)
treedb6a7c574857a2ed441885de5657305a49eed995 /configpm
parent602ec335901a7c187560cdffa84a8e6a134fa3df (diff)
downloadperl-13c332fa942355cb9ec68e0bf5b365cd656fa2d3.tar.gz
configpm: Configure is a file, markup should be F<>
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configpm b/configpm
index 94a4778037..ccba784e71 100755
--- a/configpm
+++ b/configpm
@@ -885,7 +885,7 @@ Config - access Perl configuration information
=head1 DESCRIPTION
The Config module contains all the information that was available to
-the C<Configure> program at Perl build time (over 900 values).
+the F<Configure> program at Perl build time (over 900 values).
Shell variables from the F<config.sh> file (written by Configure) are
stored in the readonly-variable C<%Config>, indexed by their names.