Data-Dump

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   Dump floats without quoting



2011-10-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.20

   Add depth() method to FilterContext

   Make dump($1) work [RT#63883]

   Limit our temp listen socket to localhost [RT#63534]


2010-10-19  Gisle Aas <gisle@ActiveState.com>

   Release 1.19

   Add skips to tests to make perl-5.8 happy



2010-10-18  Gisle Aas <gisle@ActiveState.com>

   Release 1.18

   Don't downgrade is_utf8-strings with MIME::Base64 [RT#60103]

   Deal with the perl-5.13 (?^:...) regex construct [RT#61552]

   croak on bad add_dump_filter argument



2010-06-12  Gisle Aas <gisle@ActiveState.com>

   Release 1.17

   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
   is needed to eval such strings.

   Fix how multiline hash values are indented.

   Make indentation configurable

   Improved documentation



2010-06-09  Gisle Aas <gisle@ActiveState.com>

   Release 1.16

   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



2009-07-26  Gisle Aas <gisle@ActiveState.com>

   Release 1.15

   Fixed regexp that determines if hash keys are numeric [RT#48003]



2009-01-12  Gisle Aas <gisle@ActiveState.com>

   Release 1.14

   Data::Dump::Trace enhancements:
      - trace() function
      - prototypes



2009-01-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.13

   Added the Data::Dump::Trace module



2008-10-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.12

   Documentation tweaks.



2008-08-23  Gisle Aas <gisle@ActiveState.com>

   Release 1.11

   Documentation tweaks.



2008-08-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.10

   Add the functions quote(), dd() and ddx().



( run in 1.840 second using v1.01-cache-2.11-cpan-39bf76dae61 )