SYNOPSIS
Installs sample dancer2 application ( see share/app.pl ) and runs sanity checks using swat DSL.
Check List
:parameters- get, post requests
- cookies
- static file
- config parameter
INSTALL
# yes you need a curl
sudo apt-get install curl
AND (
perl Makefile.PL
make
make test
make install
OR
sudo cpan swat::dancer
)
USAGE
# do not enter host here
# dancer runner is embedded
$ swat swat::dancer
HOME PAGE
https://github.com/melezhik/swat-packages/tree/master/dancer
COPYRIGHT
Copyright 2015 Alexey Melezhik.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Alexey Melezhik