diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-02 06:01:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-02 06:01:27 +0000 |
commit | d7358e6a423c6971725140629ee3e60d938c3458 (patch) | |
tree | 71f57492847804fba90f2c9c114d5d77fe8f136d /ext/Time/HiRes/Makefile.PL | |
parent | 19a5c5129806e3fc5fc1a31e8f8f3ce298848b83 (diff) | |
download | perl-d7358e6a423c6971725140629ee3e60d938c3458.tar.gz |
Add a message about the LC_ALL=C workaround (for non-core builds);
update Changes.
p4raw-id: //depot/perl@20443
Diffstat (limited to 'ext/Time/HiRes/Makefile.PL')
-rw-r--r-- | ext/Time/HiRes/Makefile.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL index 936f8e9d32..1226f74a6b 100644 --- a/ext/Time/HiRes/Makefile.PL +++ b/ext/Time/HiRes/Makefile.PL @@ -444,6 +444,10 @@ sub main { unless ($ENV{PERL_CORE}) { print <<EOM; Now you may issue '$make'. Do not forget also '$make test'. + +NOTE: if you get an error like this (line number may vary): +Makefile:91: *** missing separator +then set the environment variable LC_ALL to "C" and retry. EOM } } |