On Thu May 19 14:36:31 2011, wttw wrote:
Show quoted text> The documentation provides example configuration in several places
> that looks like
>
> plugins:
> Flash:
> token_name .....
>
> Instead, that should be
>
> plugins:
> FlashNote:
> token_name .....
>
> as plugin_settings() keys off the plugin package name.
Correct. Luckily enough, Tom Heady already submitted a pull request in
GitHub a couple of weeks ago, but it went lost in my email sea. Good to
have received this trigger from RT.
The code is already updated in GitHub
(
https://github.com/polettix/Dancer-Plugin-FlashNote), I'm about to
release a new package as soon as Dist::Zilla finishes to install half of
the CPAN ;-) I expect the new package to hit CPAN by tomorrow.
Thank you for your report,
Flavio.