drforr / perl6-Dancer2

Alternative port of Dancer2 to Bailador

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perl6-Dancer2

Dancer2 provides an alternative to Bailador, in that I'm going to try to keep this as close to perl5 as reasonable, to make migration simpler.

Installation

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

About

Alternative port of Dancer2 to Bailador

License:Artistic License 2.0


Languages

Language:Perl 62.4%Language:Perl 6 36.9%Language:CSS 0.5%Language:HTML 0.1%