Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.53 KB

macOS statusubuntu statusMS Windows statusAppVeyor status artistic2

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