in reply to Re: Registering Subclass Modules via Plugin
in thread Registering Subclass Modules via Plugin

factory pattern indeed - i'm actually porting a python module i wrote into perl

thanks! I'll check out those packages for pointers- question though, do you recommend Module::PluginFinder or Module::Pluggable ?
  • Comment on Re^2: Registering Subclass Modules via Plugin

Replies are listed 'Best First'.
Re^3: Registering Subclass Modules via Plugin
by dragonchild (Archbishop) on Nov 14, 2007 at 19:35 UTC
    I don't have a recommendation. I'd use whatever Catalyst and DBIx::Class use as the devs for those distros are pretty much on the ball.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?