/perl6-App-prancer-wiki

Prancer wiki

Primary LanguagePerl 6Artistic License 2.0Artistic-2.0

App-prancer-wiki

A basic SQLite-driven Perl 6 wiki.

Installation

  • Using panda (a module management tool bundled with Rakudo Star):
    panda update && panda install App-prancer-wiki
  • 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