summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2012-02-01 18:06:38 +0000
committerZefram <zefram@fysh.org>2012-02-01 18:08:31 +0000
commit858dcda5988030c945f8a82f4df6e0931f37e11c (patch)
treebe7d59a43eb4208437e120b7fa5f627e66604992 /Porting/Maintainers.pl
parentba20a8e01b3a415347afc35706be1898815d23a8 (diff)
downloadperl-858dcda5988030c945f8a82f4df6e0931f37e11c.tar.gz
update Time-HiRes to CPAN version 1.9725
- Correct stack discipline in stat(), which was screwing up list operations in expressions containing calls to it [rt.cpan.org #72926]. - Add missing OUTPUT sections to the XS code [rt.cpan.org #70930]. - Skip itimer tests on GNU/Hurd, which has the API but lacks the implementation [rt.cpan.org #72754]. - Fix a doubled word in the documentation [rt.cpan.org #72763].
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 667f56b922..d6b513fc41 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1897,7 +1897,7 @@ use File::Glob qw(:case);
'Time::HiRes' => {
'MAINTAINER' => 'zefram',
- 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9724.tar.gz',
+ 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9725.tar.gz',
'FILES' => q[cpan/Time-HiRes],
'UPSTREAM' => 'cpan',
},