Module::Pluggable

jk2addict on 2005-03-30T20:51:07

Anyone ever used Module::Pluggable?

I'm looking at implimenting the checkout process in Handel using plugins for each phase of the checkout process.

At first guess, this means I'll be loading and new-ing every plugin each time I try to do something with an order.

Just wondering how Module::Pluggable does performance wise; although it will probably be the last of my issues.