[Catalyst] IMPORTANT: Catalyst::Plugin::FormBuilder obsoleted by ::Controller::FormBuilder

Robert 'phaylon' Sedlacek rs at 474.at
Wed Jan 3 15:49:14 GMT 2007


Daniel McBrearty wrote:

> If I have this right, the plugin :
> 
> - looks at the list of installed stuff at runtime
> - compares against %known_good_list or %black_list
> - warns when it decides something is wrong ...

Rather: List of plugins loaded at runtime in the application, and only
warn if debugging is on.

> so "that" implies you don't know there's a problem until you've
> installed that problem. My idea was that is better to be able to not
> make the mistake in the first place. But given what you said about the
> list needing to be in POD, that is possible.

Ack.

> the only issue I see is that the list itself needs to be updateable -
> I guess there needs to be some sort of central mechanism ... I just
> saw your other message.

I'd make that optional, per config or environment variable. Just loading
stuff off the net by default seems bad to me. Also, devs without
internet connection could get in trouble. IMO it also shouldn't update
itself, but rather just tell the user if there's a newer version.

-- 
# Robert 'phaylon' Sedlacek
# Perl 5/Catalyst Developer in Hamburg, Germany
{ EMail => ' rs at 474.at ', Web => ' http://474.at ' }



More information about the Catalyst mailing list