nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

perl5.8.9 Test::Harness => &Time::HiRes::constant not defined #337

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

perl5.8.9d Makefile.PL (threaded)
perl5.8.9d -Mblib script/perlcc -O3 --testsuite -v5 -S -opccTest_Harness -r -e 
'use Test::Harness; print "ok"'

script/perlcc: Running code ./pccTest_Harness
&Time::HiRes::constant not defined at 
/usr/local/lib/perl5/5.8.9/darwin-thread-debug/Time/HiRes.pm line 35.

Original issue reported on code.google.com by reini.urban on 10 May 2014 at 1:03