diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-03-01 22:00:11 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-03-01 22:00:11 +0000 |
commit | 1caec985a4c002b6acd7aaed08ebf5b117752c94 (patch) | |
tree | 3f5c2f84b05b6833e266174fc175e029914a8df9 /ext/Time/HiRes/Makefile.PL | |
parent | 28a8002413ccedcfa8e94526c4bee315c7196d59 (diff) | |
download | perl-1caec985a4c002b6acd7aaed08ebf5b117752c94.tar.gz |
integrate Time::HiRes 1.56 from CPAN
(which is itself mostly derived from the bleedperl version)
p4raw-id: //depot/perl@22418
Diffstat (limited to 'ext/Time/HiRes/Makefile.PL')
-rw-r--r-- | ext/Time/HiRes/Makefile.PL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL index 75dff900f3..c48339c59b 100644 --- a/ext/Time/HiRes/Makefile.PL +++ b/ext/Time/HiRes/Makefile.PL @@ -380,7 +380,7 @@ sub doMakefile { 'SUFFIX' => 'gz', }, clean => { FILES => "xdefine" }, - realclean => {FILES=> 'const-c.inc const-xs.inc'}, + realclean => { FILES=> 'const-c.inc const-xs.inc' }, ); if ($ENV{PERL_CORE}) { @@ -445,7 +445,8 @@ EOM print <<EOM; NOTE: if you get an error like this (the line number may vary): Makefile:91: *** missing separator -then set the environment variable LC_ALL to "C" and retry. +then set the environment variable LC_ALL to "C" and retry +from scratch (re-run perl "Makefile.PL"). EOM } |