Newer
Older
0.20 2017-07-06 04:34:59Z
- fix tests on Carp <1.25 (Paul Howarth, PR#1)
0.19 2017-07-03 20:24:01Z
- remove use of Test::Warn in tests
0.18 2015-08-16 04:35:35Z
- update some distribution tooling
0.17 2013-11-30 20:47:47Z
- many fixes (thanks, Steven Lee!)
- attribute list_delim is now being used in list dumps
- setting attribute max_length to 0 now shortens more, to '...'
- fixed use of = in array/hash ref objects
- extra test coverage
0.16 2013-11-24 00:43:48Z
- Moose dependency removed, resolving circular dependency in Moose's
recommended prereqs (thanks, David Golden!)
- converted packaging to Dist::Zilla
0.15 2011-05-05
- Bump dependency on namespace::clean to 0.20, as requested by doy++.
- Don't go into an infinite loop when dumping references to references.
Also, dump LVALUE references properly. (doy)
Jonathan Yu
committed
- Merge NUFFIN/Devel-PartialDump-0.12.tar.gz and
FLORA/Devel-PartialDump-0.12.tar.gz.
- Add Test::Warn to PREREQ_PM - patch by Ranguard
Jonathan Yu
committed
- no more Any::Moose
Jonathan Yu
committed
- Update example output in the docs with the JSON-like format
Jonathan Yu
committed
- unbreak tests
Jonathan Yu
committed
Jonathan Yu
committed
- Make formatting configurable, and change to resemble JSON by default
Jonathan Yu
committed
Jonathan Yu
committed
- Add some example output to the documentation
- Update version control notice
Jonathan Yu
committed
- Switch to Any::Moose (rafl)
Jonathan Yu
committed
- Skip tests if Test::Warn is not installed
Jonathan Yu
committed
- add override_carp import option, which replaces Carp's argument
formatting with Devel::PartialDump::dump
Jonathan Yu
committed
- Ugh... another dep fix
Jonathan Yu
committed
- Fix bad deps
Jonathan Yu
committed
- use Mouse & Sub::Exporter
- optional Carp replacement exports
Jonathan Yu
committed
- fixed DESCRIPTION, which just trailed off mid sentance
- Add the C<warn> method
- Add optional exports
Jonathan Yu
committed
- Initial release