From: H.Merijn Brand Date: Mon, 30 Mar 2009 10:19:22 +0000 (+0200) Subject: Make references to the Glossary in Config.pm and Config.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3acf89b2d2d81700d338ab245dc8f4eb79dcf1fc;p=p5sagit%2Fp5-mst-13.2.git Make references to the Glossary in Config.pm and Config.pod --- diff --git a/configpm b/configpm index 1825b0d..7651a9c 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 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()