From 90e44bf6837bd02a228479f5a7ecece0f15573ee Mon Sep 17 00:00:00 2001 From: Zefram Date: Tue, 21 Jun 2011 14:52:32 +0100 Subject: update Time-HiRes to CPAN version 1.9724 - Correct XS parameter list, and therefore prototype, for unimplemented-on-this-platform version of clock_nanosleep() [rt.cpan.org #68700]. - Declare package variables with "our" rather than "use vars". - Corresponding to "our" usage, check for minimum Perl version 5.006. - Declare module dependencies. - Remove $ENV{PERL_CORE} logic from test suite, which is no longer desired in the core. - Convert test suite to use Test::More. - Factor out watchdog code from test suite. - In test suite, be consistent about using fully-qualified form of function names. - Divide test suite into feature-specific scripts. - Make ualarm timing test less vulnerable to delay-induced false failure, from Dave Mitchell. --- t/TEST | 1 - 1 file changed, 1 deletion(-) (limited to 't/TEST') diff --git a/t/TEST b/t/TEST index 626b70eec8..0c24c179fa 100755 --- a/t/TEST +++ b/t/TEST @@ -74,7 +74,6 @@ my %temp_no_core = '../cpan/podlators' => 1, '../cpan/Test-Simple' => 1, '../cpan/Tie-RefHash' => 1, - '../cpan/Time-HiRes' => 1, '../cpan/Unicode-Collate' => 1, '../cpan/Unicode-Normalize' => 1, ); -- cgit v1.2.1