summaryrefslogtreecommitdiff
path: root/time/p5-Time-Piece/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-01-10 19:40:40 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-01-10 19:40:40 +0000
commit4014e36cff62c8f468c2c33896371310a1fc62cb (patch)
treebcbc72d6ff9a60734058f470c660d95952fcf264 /time/p5-Time-Piece/Makefile
parent61a7b1e30ed9f2beb056cc33334b1634cbd2603a (diff)
downloadpkgsrc-4014e36cff62c8f468c2c33896371310a1fc62cb.tar.gz
Update Time::Piece to 1.31.
1.31 2015-10-20 - No Changes since 1.30_01 1.30_01 2015-09-01 - Ignore some tests on non *nix platforms - fix compile warnings - Inherit from Dynaloader (fix static build issues) - Fix windows mem corruption 1.30 2015-05-16 - Stable release. Overview from 1.29: - Make strftime more portable + fix %z %z - Add many more tests - Clean inheritance 1.29_05 2015-05-02 - Combine multiple 'use constant' statements (saves 0.5ms at runtime) - Don't leave c_epoch undef - deprecate parse() function - More constructor tests - export() calls Exporter::export 1.29_04 2015-04-09 - Clean inheritance of Exporter and DynaLoader (Thanks dolmen!) - Refactor _strftime to use localtime/gmtime to generate tm struct 1.29_03 2015-04-04 - Don't mix gmtime and mktime in _strftime - Clean whitespace at end of lines - Add more tests for DST issues and also strptime parsing 1.29_02 2015-04-04 - Fix handling of %Z and %z in strftime (hopefully) - Remove compile warnings for int cast 1.29_01 2015-03-30 - Fix handling of %Z and %z in strftime (in progress) - Remove unused constants from Time::Seconds (Thanks Xaerxess!) - _strftime: use system mktime to better support past/future dates - Relicense strptime as BSD 2-clause http://git.io/vfNSg
Diffstat (limited to 'time/p5-Time-Piece/Makefile')
-rw-r--r--time/p5-Time-Piece/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile
index b52042b70ad..96d684662e7 100644
--- a/time/p5-Time-Piece/Makefile
+++ b/time/p5-Time-Piece/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2015/06/12 10:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/01/10 19:40:40 bsiegert Exp $
-DISTNAME= Time-Piece-1.29
+DISTNAME= Time-Piece-1.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}