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.