diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-11-04 10:58:52 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-11-04 10:58:52 +0000 |
commit | 36ff553a583c4cf410ae2cdb94540deb35e73107 (patch) | |
tree | fb0a34693f117cc379a7557b2d504aedd409d5c3 /configpm | |
parent | 92cde64730ac68c05bd8f8990a57fb156d283457 (diff) | |
download | perl-36ff553a583c4cf410ae2cdb94540deb35e73107.tar.gz |
Typo configpm
Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
p4raw-id: //depot/perl@18083
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ sub config_sh { sub config_re { my $re = shift; - return map { chomp; $_ } grep /^$re=/, split /^/, $config_sh; + return map { chomp; $_ } grep /^$re=/, split /^/, $Config_SH; } sub config_vars { |