in reply to Re: using strict from another module
in thread using strict from another module

Thanks for the quick reply.

I wont be using this for magically including half the world, already been bitten by that by auto exporting functions from my module with similarily named ones in included modules(I'm now not auto exporting any functions). It's my first attempt at implementing a module.

Thanks again.
John

Replies are listed 'Best First'.
Re^3: using strict from another module
by xdg (Monsignor) on Mar 31, 2006 at 14:01 UTC

    In addition to the Pod, I describe ToolSet briefly in Bundling commonly-used modules into a toolset. There's really very little magic involved.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.