summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-03-30 12:19:22 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-03-30 12:19:22 +0200
commit3acf89b2d2d81700d338ab245dc8f4eb79dcf1fc (patch)
tree0c6a15ec80fe4396ac360eeba7c3152ca37ae1c9 /configpm
parentdc82791df0cbbf94f0821266b58cedd3897d8ee5 (diff)
downloadperl-3acf89b2d2d81700d338ab245dc8f4eb79dcf1fc.tar.gz
Make references to the Glossary in Config.pm and Config.pod
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm8
1 files changed, 8 insertions, 0 deletions
diff --git a/configpm b/configpm
index 1825b0df9c..7651a9ca7b 100755
--- a/configpm
+++ b/configpm
@@ -124,6 +124,10 @@ $config_txt .= sprintf <<'ENDOFBEG', ($myver) x 3;
# This file was created by configpm when Perl was built. Any changes
# made to this file will be lost the next time perl is built.
+# for a description of the variables, please have a look at the
+# Glossary file, as written in the Porting folder, or use the url:
+# http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary
+
package Config;
use strict;
# use warnings; Pulls in Carp
@@ -772,6 +776,10 @@ Values stored in config.sh as 'undef' are returned as undefined
values. The perl C<exists> function can be used to check if a
named variable exists.
+For a description of the variables, please have a look at the
+Glossary file, as written in the Porting folder, or use the url:
+http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/Glossary
+
=over 4
=item myconfig()