/perl6-pp

Pretty Printer for Perl6 data structures

Primary LanguagePerl 6

pp

perl6-pp provides a configurable pretty-printer for Perl6 data structures.

Installation

  • Using panda (a module management tool bundled with Rakudo Star):
    panda update && panda install Pretty::Printer
  • Using ufo (a project Makefile creation script bundled with Rakudo Star) and make:
    ufo                    
    make
    make test
    make install

Testing

To run tests:

    prove -e perl6

Author

Jeffrey Goff, DrForr on #perl6, https://github.com/drforr/

License

Artistic License 2.0