summaryrefslogtreecommitdiff
path: root/time/p5-Time-Piece/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-25 14:14:59 +0000
committersno <sno@pkgsrc.org>2010-01-25 14:14:59 +0000
commit3ffee6210a02ed4a75c9e3a453c7491eaf5c3411 (patch)
tree92f7e6fb36473c244174bab4e18ebbed59d49e25 /time/p5-Time-Piece/Makefile
parentdc186e2b913178f734d532fa91aae17fabb18a7f (diff)
downloadpkgsrc-3ffee6210a02ed4a75c9e3a453c7491eaf5c3411.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/Makefile')
-rw-r--r--time/p5-Time-Piece/Makefile4
1 files changed, 2 insertions, 2 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