diff options
author | mef <mef@pkgsrc.org> | 2015-03-01 08:07:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-01 08:07:17 +0000 |
commit | 4b0bd79e78f6090cb84f1fab4b86912c3b24f4e3 (patch) | |
tree | e0cfd4c8e3a60e4d3d6724673a552818ad6e37f9 /time/p5-Time-Interval | |
parent | 79241560da986636b5fbc9d57df5a25e53b63dc1 (diff) | |
download | pkgsrc-4b0bd79e78f6090cb84f1fab4b86912c3b24f4e3.tar.gz |
Update to 1.233
---------------
1.233 Fri Nov 22 15:49:20 CST 2013
fixed a long standing issue with parseInterval and fractional seconds.
NOTE: Date::Parse, does NOT handle resolutions < 1 second. For that,
you really should have a look at Time::HiRes. This fix quantizes fractional
second values to whole numbers.
Thanks for the patch, Bob <bob_freeman@hms.harvard.edu> !
Diffstat (limited to 'time/p5-Time-Interval')
-rw-r--r-- | time/p5-Time-Interval/Makefile | 5 | ||||
-rw-r--r-- | time/p5-Time-Interval/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-Time-Interval/Makefile b/time/p5-Time-Interval/Makefile index 3765dac08f8..2a68528800a 100644 --- a/time/p5-Time-Interval/Makefile +++ b/time/p5-Time-Interval/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/03/01 08:07:17 mef Exp $ # -DISTNAME= Time-Interval-1.232 +DISTNAME= Time-Interval-1.233 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= time MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/ diff --git a/time/p5-Time-Interval/distinfo b/time/p5-Time-Interval/distinfo index 05e3f13cffd..56b00f855e8 100644 --- a/time/p5-Time-Interval/distinfo +++ b/time/p5-Time-Interval/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/02/01 04:57:13 wen Exp $ +$NetBSD: distinfo,v 1.3 2015/03/01 08:07:17 mef Exp $ -SHA1 (Time-Interval-1.232.tar.gz) = 5a49411f93b16ef0ebe05500496c855223e41214 -RMD160 (Time-Interval-1.232.tar.gz) = a026b2f17cac4d472a405c4ec7a7e2b811049f14 -Size (Time-Interval-1.232.tar.gz) = 5872 bytes +SHA1 (Time-Interval-1.233.tar.gz) = 22f6a4ae4c1e1bfd915ec37dfce0cc43cc854c3d +RMD160 (Time-Interval-1.233.tar.gz) = 30210152d54376e9e1f2597626b78d9216f2d5c9 +Size (Time-Interval-1.233.tar.gz) = 6290 bytes |