Subject: | separate data from logic |
I'm excited to see the CPANTS project moving forward. Here's my 2 cents of feedback:
It makes sense to me to distribute the data portion separate from the rest of
the module. While the data may change at a constant pace, the functionality is
expected to stabilize. Perhaps Module::CPANTS::Data makes sense.
I realize during the development phase, it may simply be less overhead to
distribute them together. Perhaps that's why you are doing it this way now. :)
Mark