(which is itself mostly derived from the bleedperl version)
p4raw-id: //depot/perl@22418
Revision history for Perl extension Time::HiRes.
+1.56
+ - Give a clearer message if the tests timeout (perl change #22253)
+ - Don't use /tmp or its moral equivalents (perl bug #15036,
+ perl change #22258)
+
1.55
- Windows: ming32 patch from Mike Pomraning (use Perl's Const64()
instead of VC-specific i64 suffix)
d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer
d_nanosleep);
-$VERSION = '1.55_01';
+$VERSION = '1.56';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
'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}) {
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
}