Updating devel/p5-Data-Dump from 1.15nb1 to 1.17

Upstream changes:
2010-06-12 - Release 1.17 - Gisle Aas <gisle@ActiveState.com>
   Fix dump of "1\n" (the newline was lost) [RT#56595]

   Start using the range operator to shorten list dumps.
   For instance dump(1,2,3,4,5) now returns '(1 .. 5)'.

   CODE references now dumped as 'sub { ... }'.
   Potetential compatibility issue as perl-5.12 or better
   to eval such strings.

   Fix how multiline hash values are indented.

   Make indentation configurable

   Improved documentation

2010-06-09 - Release 1.16 -  Gisle Aas <gisle@ActiveState.com>
   Add support for filter callbacks
      - filters can modify how selected objects are dumped
   Various enhancements to how/when hash keys are quoted
      - don't quote keywords
      - don't quote words prefixed with "-"
      - don't quote long identifier keys
      - quote all hash keys if one needs quoting for better alignment
   Use case-insensitive sorting for hash keys
This commit is contained in:
sno 2010-08-31 20:33:29 +00:00
parent a794f6f973
commit 7c642b7331
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.6 2010/08/21 16:33:29 seb Exp $
# $NetBSD: Makefile,v 1.7 2010/08/31 20:33:29 sno Exp $
#
DISTNAME= Data-Dump-1.15
DISTNAME= Data-Dump-1.17
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2009/07/28 06:20:14 sno Exp $
$NetBSD: distinfo,v 1.5 2010/08/31 20:33:29 sno Exp $
SHA1 (Data-Dump-1.15.tar.gz) = 5aaab2c3c7eef509d5e076eb4a5de4cafd5abfd5
RMD160 (Data-Dump-1.15.tar.gz) = ef3ae8b71434dbece01a3c17d62e505982e0bb70
Size (Data-Dump-1.15.tar.gz) = 15261 bytes
SHA1 (Data-Dump-1.17.tar.gz) = ba291db94b13c12cd49e4be8dc02e1d1e38032bc
RMD160 (Data-Dump-1.17.tar.gz) = c82717d6aa9de1076b3b6f49f1e4194b87b1e7d5
Size (Data-Dump-1.17.tar.gz) = 19193 bytes