1Revision history for Perl module String::Dump
2
30.09 2013-02-06
4 - Reinstated automatic exporting of functions because this module is primarily
5   used for testing and debugging
6
70.08 2012-10-24
8 - Added dump_codes()
9 - Removed functions from automatic exports after deprecating in 0.06
10 - Converted this file from YAML to the standard CPAN Changes format
11 - Improved docs
12
130.07 2012-03-04
14 - Simplify and optimize algorithms
15 - Minor documentation updates
16
170.06 2012-02-19
18 - Removed dumpstr() and dump_string()
19 - NOTE: Deprecated implicit exporting of functions
20
210.05 2011-12-27
22 - Added dump_hex(), dump_dec(), dump_oct(), dump_bin(), dump_names() functions
23 - Added dumpstr cammand-line tool
24 - Moved POD tips to String::Dump::Debugging
25 - NOTE: dumpstr() and dump_string() will be removed in the next release
26 - APOLOGY: Sorry for all the recent design changes :P
27
280.04 2011-12-14
29 - Replaced unknown Unicode names in names mode with '?'
30 - Added parameter validations
31 - Removed dump_string from automatic exports
32
330.03 2011-12-12
34 - Renamed dump_string() to dumpstr()
35 - Added dump_string() as an alias of dumpstr()
36 - NOTE: Automatic dump_string() exporting will be removed in the next release
37
380.02 2011-12-12
39 - Improved POD, Build.PL, and INSTALL
40
410.01 2011-12-10
42 - First release
43