in reply to Re^4: Test::Class modules, skip install
in thread Test::Class modules, skip install
Maybe, if the subclasser both is disciplined and doesn't want to do very much (like add new attributes). However, a lot of subclassing involves overriding private methods, adding new attributes, and other potentially invasive procedures. As such, the subclasser will need to read the code in order to understand implementation details.
Me, I always read the distribution because the distribution may involve OS-specific installation tasks. PDF-Template and Excel-Template both do and I learned that trick by reading other Makefile.PL's. *shrugs*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Test::Class modules, skip install
by adrianh (Chancellor) on Jun 07, 2006 at 14:51 UTC | |
by dragonchild (Archbishop) on Jun 07, 2006 at 18:45 UTC | |
by adrianh (Chancellor) on Jun 08, 2006 at 14:30 UTC |