Hi,

following previous thread, I've done a first implementation of Dancer::Plugin::FlashMessage :

https://github.com/dams/Dancer-Plugin-FlashMessage

Some parts need to be improved, for instance :

- it supports only one flash message
- the keywords are not short enough.

So I think I'll change the implementation so that the template token is simply called 'flash', and it'll be a hash, like in Rails. I'll also change the registered method so that it's just flash() instead of get_flash()

Anything else you think should be changed/added ?

Thanks.

dams