Subject: | PLUGIN_BASE not used as default |
In version 2.15, plugins no longer default to PLUGIN_BASE. So if I have
a MyApp::Template::Plugin::Table plugin, Template::Plugin::Table is used
instead, despite having PLUGIN_BASE => 'MyApp::Template::Plugin' defined
in my setup.
The old behavior makes more sense and should be switched to avoid
further breakage.
Juan