diff options
author | Zefram <zefram@fysh.org> | 2011-06-21 14:52:32 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-06-21 15:58:41 +0100 |
commit | 90e44bf6837bd02a228479f5a7ecece0f15573ee (patch) | |
tree | 0c513137cfc9c32b1a722d6d8be3e8546908f7bf /Porting | |
parent | 9853179ee737b0251b45bbf226f19095c30edfd4 (diff) | |
download | perl-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 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ef4293fdbe..efbd9bda99 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1921,7 +1921,7 @@ use File::Glob qw(:case); 'Time::HiRes' => { 'MAINTAINER' => 'zefram', - 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9722.tar.gz', + 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9724.tar.gz', 'FILES' => q[cpan/Time-HiRes], 'UPSTREAM' => 'cpan', }, |