diff options
author | sno <sno@pkgsrc.org> | 2010-01-25 14:14:59 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-25 14:14:59 +0000 |
commit | 00a97f03e85e91aad0e595494459f4278bd041cd (patch) | |
tree | 92f7e6fb36473c244174bab4e18ebbed59d49e25 /time/p5-Time-Piece | |
parent | d8480612de50adc5de358e199d75a911335c8ffb (diff) | |
download | pkgsrc-00a97f03e85e91aad0e595494459f4278bd041cd.tar.gz |
Updating time/p5-Time-Piece from 1.15 to 1.16
Upstream changes:
1.16
- Implement %z for the internal implementation of strptime().
Unfortunately this doesn't get picked up everywhere, so there are no
tests for it (yet - patches welcome).
- Fix for major bug in add_months() using negative months which were
multiples of 12. Also affected add_years() with negative years.
- Fix for object creation bug in get_epochs which called new from object
but that wasn't supported in the new() code.
- Added docs about the weakness of using epoch seconds internally and
suggested alternatives.
- Removed useless "use UNIVERSAL qw(isa)" line.
- Fix for installing over core perl version.
Diffstat (limited to 'time/p5-Time-Piece')
-rw-r--r-- | time/p5-Time-Piece/Makefile | 4 | ||||
-rw-r--r-- | time/p5-Time-Piece/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile index cf24e20dcab..1086155354b 100644 --- a/time/p5-Time-Piece/Makefile +++ b/time/p5-Time-Piece/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2009/07/07 19:27:57 sno Exp $ +# $NetBSD: Makefile,v 1.12 2010/01/25 14:14:59 sno Exp $ -DISTNAME= Time-Piece-1.15 +DISTNAME= Time-Piece-1.16 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tpc CATEGORIES= time perl5 diff --git a/time/p5-Time-Piece/distinfo b/time/p5-Time-Piece/distinfo index 20b46f4d9e7..87a6d73ad00 100644 --- a/time/p5-Time-Piece/distinfo +++ b/time/p5-Time-Piece/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/07/07 19:27:57 sno Exp $ +$NetBSD: distinfo,v 1.7 2010/01/25 14:14:59 sno Exp $ -SHA1 (Time-Piece-1.15.tar.gz) = 46d4b19ca8c7248160b6c9745fc862081a2a6299 -RMD160 (Time-Piece-1.15.tar.gz) = 05294902ba1ee764b68490d967e8cc8189eee5d2 -Size (Time-Piece-1.15.tar.gz) = 23227 bytes +SHA1 (Time-Piece-1.16.tar.gz) = 3040b0bda0d40d3919aa864c3a3688a14adc2585 +RMD160 (Time-Piece-1.16.tar.gz) = 50f58ef77903253c291506dbd3fe7a31b7d5a98a +Size (Time-Piece-1.16.tar.gz) = 23890 bytes |