The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Dancer2::Plugin::EmptyPlugin;
use Dancer2::Plugin;

# This plugin does nothing.
# Based on test from @e11it in #510

register_plugin;

1;