pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Dumper Update to 2.183



details:   https://anonhg.NetBSD.org/pkgsrc/rev/838f45e7098b
branches:  trunk
changeset: 455565:838f45e7098b
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Jul 06 08:25:41 2021 +0000

description:
Update to 2.183

Upstream changes:
2.183 2021-07-05 NWCLARK
    - No changes from previous dev release.


2.182_51 2021-07-03 NWCLARK
    - For the optional array of names for the values, Dumpxs now handles names
      that are now plain strings (eg references with string overloading).
      The pure Perl implementation had always handled these correctly.


2.182_50 2021-07-01 NWCLARK
    - Output qr'$foo' correctly (using a suggestion from Eirik Berg Hanssen)


2.182 2021-06-30 NWCLARK
    - Reformatted Data-Dumper Changes as per CPAN::Changes::Spec (GH #18952)


2.181_50 2021-06-29 NWCLARK
    - Set bugtracker metadata to https://github.com/Perl/perl5/issues


2.181 2021-05-26 NWCLARK
    - No changes from previous dev release.


2.180_53 2021-05-25 NWCLARK
    - Fix Makefile.PL to install to "perl" for 5.10.x and earlier (CPAN #12282)


2.180_52 2021-05-24 NWCLARK
    - Remove no longer needed compatibility shims,
      and use ppport.h whenever possible.


2.180_51 2021-05-23 NWCLARK
    - Convert dumper.t to Test::More and
      eliminate a lot of test code duplication.


2.180_50 2021-05-22 NWCLARK
    - Data::Dumper now requires Perl v5.8.1 or later.


2.180 2021-05-17 NWCLARK
    - No changes from previous dev release.


2.179_50 2021-05-14 NWCLARK
    - Data::Dumper handles Unicode regex corner cases (GH #18614, GH #18764)


2.179 2021-05-13 NWCLARK
    - Revert the changes of 2.177 for the v5.34.0 release to avoid a regression.


2.178 2021-04-07 JKEENAN
    - Correct documentation of indent Style 2.


2.177 2021-03-03 ARC
    - Make Data::Dumper mark regex output as UTF-8 if needed. (GH #18614)


2.176 2020-09-30 TODDR
    - Make Data::Dumper strict and warnings compliant.


2.175 2020-08-13 TONYC
    - Avoid some leaks if we call get magic and that throws an exception.


2.174 2019-04-03 DAPM
    - Avoid leaking if we croak due to excessive recursion.

diffstat:

 devel/p5-Data-Dumper/Makefile |   7 +++----
 devel/p5-Data-Dumper/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r bdedd4a382e4 -r 838f45e7098b devel/p5-Data-Dumper/Makefile
--- a/devel/p5-Data-Dumper/Makefile     Tue Jul 06 08:21:22 2021 +0000
+++ b/devel/p5-Data-Dumper/Makefile     Tue Jul 06 08:25:41 2021 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2021/05/24 19:50:25 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2021/07/06 08:25:41 wen Exp $
 
-DISTNAME=      Data-Dumper-2.173
+DISTNAME=      Data-Dumper-2.183
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/X/XS/XSAWYERX/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/N/NW/NWCLARK/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/pod/Data::Dumper
diff -r bdedd4a382e4 -r 838f45e7098b devel/p5-Data-Dumper/distinfo
--- a/devel/p5-Data-Dumper/distinfo     Tue Jul 06 08:21:22 2021 +0000
+++ b/devel/p5-Data-Dumper/distinfo     Tue Jul 06 08:25:41 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/12/01 02:40:17 wen Exp $
+$NetBSD: distinfo,v 1.10 2021/07/06 08:25:41 wen Exp $
 
-SHA1 (Data-Dumper-2.173.tar.gz) = 91ca53fd5499b913996009e763d73ebeb51be8c3
-RMD160 (Data-Dumper-2.173.tar.gz) = 3b94eaabf6e95d5b0e706f06b729d916c7e293ef
-SHA512 (Data-Dumper-2.173.tar.gz) = a8d45fdce075bfe8752d423d535cc5279c012c733b0219884204119c9365e93c971858331e74c20df7beaa9b24ad54e1bf9eeb8d8bff53cf21fb88889d7602c2
-Size (Data-Dumper-2.173.tar.gz) = 110256 bytes
+SHA1 (Data-Dumper-2.183.tar.gz) = 487944cc1200db9b698569c2b122bc7be4e1bceb
+RMD160 (Data-Dumper-2.183.tar.gz) = 5d6043dfbcbec6d84f5a13badd0622c5dc762437
+SHA512 (Data-Dumper-2.183.tar.gz) = b78ff820b9e4a873c69a2097dbe2d7eaeccfab0af4d5d262281a500d42d75abc28943fe671a203a715e31568164da7b6d33825b92ebc92f99e8242efd1e7f65b
+Size (Data-Dumper-2.183.tar.gz) = 168645 bytes



Home | Main Index | Thread Index | Old Index