Revision history for Perl module Data::Pretty
v0.1.9 2024-02-13T10:32:20+0900
- Correction of a minor bug in _dump()
v0.1.8 2023-10-11T16:47:51+0900
- Corrected malformed signature for distribution release
v0.1.7 2023-09-25T00:54:37+0900
- Corrected a double quote formatting issue.
v0.1.6 2023-08-30T07:04:20+0900
- Corrected a bug where new hash entries were inadvertently made
v0.1.5 2023-08-26T22:46:17+0900
- Added the possibility of specify a literal string value, which will appear as-is in the dump
v0.1.4 2023-08-10T14:58:28+0900
- Correcting a minor formatting issue with qw()
v0.1.3 2023-08-08T11:06:02+0900
- Corrected some errors
- Added the global variable $CODE_DEPARSE set to true by default to reproduce the perl code of anonymous subroutines
- Changed default indent $INDENT to 4 spaces instead of 2
- Improve unit tests
v0.1.2 2023-08-07T18:58:26+0900
- Use of qw( ) to list words
v0.1.1 2023-08-06T21:09:26+0900
- Minor correction to the documentation
- Removed surrounding double quotes around hash keys that do not need it
(alphanumeric keys and numbers)
v0.1.0 2023-08-06T10:01:50+0900
- Initial version