Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 24259
Status: resolved
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors: PAUSE [...] camachofamily.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.15
Fixed in: 2.14



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
On Sun Jan 07 10:49:26 2007, JCAMACHO wrote: Show quoted text
> 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.
As far as I'm aware, it didn't change, or if it did then it got fixed again in a later release. If you think the problem still exists then please re-open the bug and give a short example of code showing what works differently. Cheers A