The Raku PrettyDump module
When you want to look at your Raku data structure, you probably want
something nicer than .perl
or .gist
.
I wrote about this in Pretty Printing Perl 6.
Installation
Install it with zef, which comes with
the latest Rakudo Star:
zef install PrettyDump
You can also checkout the latest sources then install from that directory:
zef install .
Contributing
Fork the perl6-PrettyDump, edit, commit, and send a pull request!
If it's something non-trivial, you might consider opening an issue first.
Author
brian d foy, based off a the perl-pp module from
Jeffrey Goff.
License
Artistic License 2.0