On Sat, 2009-02-21 at 07:27 +0000, Nigel Hamilton wrote: > 'Gist' Does it need to be a whole new module ?
use Some::Module qw/:gist/; as in modules can be told to only initialise a smaller subset of their functions and otherwise behave in a simpler manner than they might have done. If people actually have to use different modules then Gist:: could become a bit of a ghetto if a lag between full and gist versions starts to appear. More modules == more dependency issues. To my mind this is really an issue of not having particularly clearly defined and documented structures to pass between modules , with each one having its own flavour of crack but that could be a function of me not reading the manuals. invoice(2p); Toodle-pip Amias _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
