in reply to Dealing with large chains of dependent packages

One solution that I didn't see mentioned is to replace use with require(s) at the first point(s) where that module's feature(s) are actually needed. This is likely an inappropriate solution for many cases, but it can be a simple and very effective solution in some cases.

- tye        

  • Comment on Re: Dealing with large chains of dependent packages (require)