From: Don S. <do...@se...> - 2002-10-04 12:55:30
|
Alright let's say I go forward with the fantasy sports module. What I really would want to do is to make a bunch of modules and have them available one-at-a-time or installed altogether, sort of like Bundle::Slash in CPAN. For example let's say I envision these modules: leagues fflteams proteams players schedule What I propose is to be able to install these all with a single click, or install some. The reason being is that I can use the players, proteams, and schedule modules for my sports team website. I'm wondering what you guys think of this setup, and if it violates any taboos on modules intermixing or installing each other, or grouping modules. Don. |