diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-03 07:48:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-03 07:48:19 +0000 |
commit | bb83fa755f7271ad94655be7889fe64f04b62a57 (patch) | |
tree | afaacc104ae41b080b7d792cea2c22085218969c /time/p5-Time-HiRes/Makefile | |
parent | 50d50e6903dee1e7e64e90933ea707ae0e4a04a0 (diff) | |
download | pkgsrc-bb83fa755f7271ad94655be7889fe64f04b62a57.tar.gz |
p5-Time-HiRes: update to 1.9751.
1.9751 [2018-01-02]
- in macOS/OSX/Darwin, use __has_builtin() check also for utimensat(),
can cause errors like
"HiRes.xs:1474:16: error: unrecognized platform name macOS"
[rt.cpan.org #123994]
(oversight from 1.9749)
- do not define TIME_HIRES_STAT/d_hires_stat if none was found, instead
of defining it to be zero, which case has no implementation in hrstatns()
(thanks to Nigel Horne)
- in t/utime.t try to divine if the filesystem of the tempfiles has been
mounted with the 'noatime' option, which can prohibit updating the
access time timestamp. Also document this in HiRes.pm.
(thanks to Nigel Horne, original analysis by Slaven Rezic)
- synchronize the constant lists in HiRes.pm:@EXPORT_OK
and Makefile.PL:doConstants and regenerate fallback/const-c.inc
and fallback/const-xs.inc, this fixes Perl 5.6.2 issue with
d_futimens not allegedly being a valid macro in t/utime.t
(using Perl 5.26.1 for the regenerating, not 5.6.2)
(thanks to Nigel Horne)
- in t/utime.t define a nop sub done_testing for ancient Perls
(like Perl 5.6.2)
- in Perl 5.6.2 a bogus warning
"Use of uninitialized value in subroutine entry"
is issued from t/alarm.t: add a comment documenting that
Diffstat (limited to 'time/p5-Time-HiRes/Makefile')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index f649a93686c..6113831f11d 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2017/12/30 15:06:09 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/01/03 07:48:19 wiz Exp $ -DISTNAME= Time-HiRes-1.9750 +DISTNAME= Time-HiRes-1.9751 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} |