On Sun, 2012-09-09 at 13:35 -0400, Kim B. Heino wrote: > > I originally thought to use BBBS::MRTG for it but while I would > > still be interested in using the BBBS namespace for other BBBS related > > Perl modules that might come along, I'm now thinking that something > > like Net::BBBS would better for the MRTG related like what I have to > > start off with. > > I somehow like BBBS::MRTG better,
I've been thinking about it some more and I now tend to agree, so that is what I plan to go with. In large part because while this particular module does access BBBS via a network connection, it is still an application protocol (or protocols, considering that its for both BBBS & MRTG) rather than a networking protocol like ftp or http. > if you are going to code more modules. That's another aspect of why I also think that using the BBBS name space is a better solution; I do have some ideas (& code) that are BBBS related but are not necessarily related to the network access to it, and I think it's better to put it all in the same name space since it is all related to the BBBS application. Jame