diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-02 07:41:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-02 07:41:08 +0000 |
commit | 2bca78d943e6a3995b113712c921815f708bb7ae (patch) | |
tree | 884473312fd357dfd0a4cb19b6ef1a8b8f0a0d57 | |
parent | e68aa376d90cf6ade070b35c8fb51da35e3236e2 (diff) | |
download | pkgsrc-2bca78d943e6a3995b113712c921815f708bb7ae.tar.gz |
Update p5-Date-Manip to 6.51:
=head1 VERSION 6.51 2015-09-01
Changes suggested by perlcritic
Played with perlcritic and made a few minor changes based on it's suggestions.
I doubt I will use perlcritic significantly.
Date::Manip::Delta::value now returns an empty string
If a delta has an error, or no valid delta in it, the value method returns
an empty string instead of undef. This is to be consistent with the
Date::Manip::Date::value method which returns an empty string.
Bug fixes
Fixed a bug where date/delta calculations with deltas that are too
large was not working correctly. They now set an error condition
and fail. RT 105737
Fixed a bug introduced by the previous patch and luckily discovered
pre-release by Tom Wyant.
Fixed code that produced a warning in 5.22.0. Tom Wyant
Improved DM6 ParseDate and ParseDateString
Added C<@opts> argument. Based on RT 105622.
Time zone fixes
Newest zoneinfo data (tzdata 2015f)
Now uses /etc/localtime as a method to determine the local timezone.
Patch supplied in RT 105159 (modified by me). The patch uses some
code derived from DateTime::TimeZone .
Clearer message when the date is not valid in the timezone.
Test fixes
Added a number of new tests based on Devel::Cover. Over the next several
releases, I intend to continue to add tests until coverage is 100%.
Documentation fixes
Fixed a typo. RT 105546
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Date-Manip/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index 062feef726a..86cb86d22dc 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2015/06/12 10:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2015/09/02 07:41:08 wiz Exp $ -DISTNAME= Date-Manip-6.50 +DISTNAME= Date-Manip-6.51 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} diff --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo index 3691f9071b7..5f6d0a3fc63 100644 --- a/devel/p5-Date-Manip/distinfo +++ b/devel/p5-Date-Manip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2015/06/03 07:19:43 wiz Exp $ +$NetBSD: distinfo,v 1.26 2015/09/02 07:41:08 wiz Exp $ -SHA1 (Date-Manip-6.50.tar.gz) = 831fd1496720a4e29205a9d327f067745172995a -RMD160 (Date-Manip-6.50.tar.gz) = b5b3e155d3df415e669586d4c73bca62a0ee7eaa -Size (Date-Manip-6.50.tar.gz) = 1795873 bytes +SHA1 (Date-Manip-6.51.tar.gz) = ee1f7120ae475bfce3c57907b84ec0576e3542d9 +RMD160 (Date-Manip-6.51.tar.gz) = fbd1af907ad4b871001f637398ff81563b2fa762 +Size (Date-Manip-6.51.tar.gz) = 1799860 bytes |