diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 10:00:52 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:04 -0600 |
commit | 2788353a98f50642ccedddc9ebf6d91f7c4e0276 (patch) | |
tree | 9682dc6132dc31a49c4eb6556a26dc0cfa9f8514 /configpm | |
parent | 9688be67a232cede76811f0da99955b48dfe2a0b (diff) | |
download | perl-2788353a98f50642ccedddc9ebf6d91f7c4e0276.tar.gz |
configpm: Fix broken links
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -872,7 +872,7 @@ http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary =item myconfig() Returns a textual summary of the major perl configuration values. -See also C<-V> in L<perlrun/Switches>. +See also C<-V> in L<perlrun/Command Switches>. =item config_sh() @@ -892,7 +892,7 @@ printed on a separate line in the form: name='value'; Names which are unknown are output as C<name='UNKNOWN';>. -See also C<-V:name> in L<perlrun/Switches>. +See also C<-V:name> in L<perlrun/Command Switches>. =item bincompat_options() |