pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Dump



Module Name:    pkgsrc
Committed By:   sno
Date:           Tue Aug 31 20:33:30 UTC 2010

Modified Files:
        pkgsrc/devel/p5-Data-Dump: Makefile distinfo

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

Upstream changes:
2010-06-12 - Release 1.17 - Gisle Aas <gisle%ActiveState.com@localhost>
   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@localhost>
   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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Data-Dump/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Data-Dump/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index