diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2002-05-14 04:43:11 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-13 23:01:05 +0000 |
commit | 3f2394f296786314979c2ad3096f123eb7b22930 (patch) | |
tree | fec2c73c4b973c413b3ad68e156176c08a7b5533 /wince/config_h.PL | |
parent | 51d2fe06df83ebdd253a84d143fe4ca4470e0388 (diff) | |
download | perl-3f2394f296786314979c2ad3096f123eb7b22930.tar.gz |
WinCE several touches
Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
p4raw-id: //depot/perl@16582
Diffstat (limited to 'wince/config_h.PL')
-rw-r--r-- | wince/config_h.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wince/config_h.PL b/wince/config_h.PL index 517a430ecf..9446cdc8bc 100644 --- a/wince/config_h.PL +++ b/wince/config_h.PL @@ -2,8 +2,8 @@ BEGIN { warn "Running ".__FILE__."\n" }; BEGIN { - require "../lib/Config.pm"; - die "../Config.pm:$@" if $@; + require "Config.pm"; + die "Config.pm:$@" if $@; Config::->import; } use File::Compare qw(compare); |