summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-06-21 14:52:32 +0100
committerZefram <zefram@fysh.org>2011-06-21 15:58:41 +0100
commit90e44bf6837bd02a228479f5a7ecece0f15573ee (patch)
tree0c513137cfc9c32b1a722d6d8be3e8546908f7bf /t/TEST
parent9853179ee737b0251b45bbf226f19095c30edfd4 (diff)
downloadperl-90e44bf6837bd02a228479f5a7ecece0f15573ee.tar.gz
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.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST1
1 files changed, 0 insertions, 1 deletions
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,
);