Skip to content

Commit

Permalink
Updated devel/p5-Date-Manip to 6.54
Browse files Browse the repository at this point in the history
  -------------------------------------
  (From: perldoc Date::Manip::Changes6)
  -------------------------------------
VERSION 6.54  2016-05-31
    Deprecation of Date::Manip 5.xx tests
        By default, the Date::Manip 5.xx tests will no longer run. Changes to
        the timezone data can cause failures. Since Date::Manip 5.xx is no
        longer supported in any way, these tests will no longer run on a
        system where 6.xx can be run. Richard Jelinek.

    Deprecation of TZ postponed
        The deprecation of the TZ variable has been postponed to March 2017. I
        decided that 1 year was not enough notice (especially since not
        everyone will have updated Date::Manip since March 2015 when the
        warning was added.

    Bug fixes
        Changed requirement for ExtUtils::MakeMaker to 6.67_01. RT 112286

        Fixed a bug where a timezone abbreviation was not parsed correctly
        when passed in as a value to the SetDate, ForceDate, or TZ config
        variables. Based on a report in perlmonks.org.

    Time zone fixes
        Newest zoneinfo data (tzdata 2016d)

        Made some improvements to how I handled the timezone data which
        resulted in a few of the default timezones being changed.

    Documentation fixes
        Fixed one more typo. RT 114095

        Clarified the Config document. Based on a report in perlmonks.org.
  • Loading branch information
mef committed Jun 5, 2016
1 parent 17f568d commit 700d7d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Date-Manip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.56 2016/03/08 15:10:43 wiz Exp $
# $NetBSD: Makefile,v 1.57 2016/06/05 11:46:09 mef Exp $

DISTNAME= Date-Manip-6.53
DISTNAME= Date-Manip-6.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Date-Manip/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.29 2016/03/08 15:10:43 wiz Exp $
$NetBSD: distinfo,v 1.30 2016/06/05 11:46:09 mef Exp $

SHA1 (Date-Manip-6.53.tar.gz) = 6ae0a757949563032d31fb6a017bf10c69653b70
RMD160 (Date-Manip-6.53.tar.gz) = 405dca5e718049f2ceb93e6e095ea64b33653f5f
SHA512 (Date-Manip-6.53.tar.gz) = 70dec280bb1df1cf093ade2fbfefe0d2028ef156eb3b151acb16131701969cef1356b1955070e0fa7358c64d535c569c36d42674b83b7897fcfdc67fd931048a
Size (Date-Manip-6.53.tar.gz) = 1836447 bytes
SHA1 (Date-Manip-6.54.tar.gz) = e5d25fde5d93d3b50d2378f9900b4a294417af90
RMD160 (Date-Manip-6.54.tar.gz) = 1f6701db61d77d703cbc5d3699639cb26cb7818b
SHA512 (Date-Manip-6.54.tar.gz) = 659c2dd9ed062869a946a52c7dfb384305a1fef0b8c3c0fb205bbd2e7ffc0c27f4a77a8e94c0a4504d706a169aa1d94036fcea2bd12068dba1e8e1a17bec942c
Size (Date-Manip-6.54.tar.gz) = 1826335 bytes

0 comments on commit 700d7d0

Please sign in to comment.