Trickster
view release on metacpan or search on metacpan
### Production Deployment
For production, use a production-grade PSGI server:
```bash
# Install Starman
cpanm Starman
# Run with multiple workers
starman --workers 10 --port 5678 app.psgi
```
Or with uWSGI:
```bash
uwsgi --http :5678 --psgi app.psgi --master --processes 4
```
## Troubleshooting
( run in 0.419 second using v1.01-cache-2.11-cpan-e93a5daba3e )