diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-03-30 12:19:22 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-03-30 12:19:22 +0200 |
commit | 3acf89b2d2d81700d338ab245dc8f4eb79dcf1fc (patch) | |
tree | 0c6a15ec80fe4396ac360eeba7c3152ca37ae1c9 /configpm | |
parent | dc82791df0cbbf94f0821266b58cedd3897d8ee5 (diff) | |
download | perl-3acf89b2d2d81700d338ab245dc8f4eb79dcf1fc.tar.gz |
Make references to the Glossary in Config.pm and Config.pod
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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() |