diff options
author | wiz <wiz@pkgsrc.org> | 2016-03-08 15:10:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-03-08 15:10:43 +0000 |
commit | 65ad55b39c73cc82517c52890278823dcd99d572 (patch) | |
tree | 68037c096db595a469bb623152bb4cbf177ef483 /devel/p5-Date-Manip/Makefile | |
parent | 44c969d5a50ebb70c131cca6409d96141d61f85b (diff) | |
download | pkgsrc-65ad55b39c73cc82517c52890278823dcd99d572.tar.gz |
Update p5-Date-Manip to 6.53:
Bug fixes
Date::Manip::Delta::cmp had a bug in it's comparison. Ian Gibbs.
The secs_since_1970_GMT method was missing a test to see if it was
a valid object. RT 111915
Time zone fixes
Newest zoneinfo data (tzdata 2016a)
Documentation fixes
Lots of typos fixed. I was using podspell to do spell checking, but it was
discarding too much real text (which wasn't getting checked as a result).
Switched to pod2text which does a better job. RT 110025
Diffstat (limited to 'devel/p5-Date-Manip/Makefile')
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index fc5d0e9beb1..135dd177b0a 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2015/12/02 06:53:40 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2016/03/08 15:10:43 wiz Exp $ -DISTNAME= Date-Manip-6.52 +DISTNAME= Date-Manip-6.53 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} |