Rick Measham wrote: > > DateTime::Business::Week > Define a week as an infinite spanset > - Should this return a DateTime::Spanset or should it @ISA spanset?
Returning a DateTime::Spanset is ok. > DateTime::Business::Employee > All the other stuff > > I figure we have these two modules although I could easily put the week > definition into the Employee module. I think it would be best not to > because we'll probably need the 'week' object for other things and there > may be other things that should go into the Week module. How about trying to figure out a rough DateTime::Business::* directory structure? It would also help other authors to find out where to put their modules. See also other Business::* APIs, such as Business::Hours and Date::Business - search for "business" in CPAN. Hope this helps. - Flavio S. Glock
