Hi,

When making improvements to Dancer2 it is important to notice if a plugin breaks and either make the change in a different way or notify the author of the plugin regarding the upcoming breaking change.

In order to help with this, in the GitHub Actions configuration I've added the testing of some of the plugins. Specifically:

Dancer2::Plugin::Auth::HTTP::Basic::DWIW
Dancer2::Plugin::Minion
Dancer2::Template::Handlebars
Dancer2::Session::Cookie

See https://github.com/PerlDancer/Dancer2/blob/master/.github/workflows/ci.yml

However I assume these are not the only popular plugins. So I wonder, which other plugins do you use?

Gabor