When adding code to our t/00-load.t tests at work, I've found some modules which won't compile. While this is not that surprising (many modules from the CPAN cannot simply be 'require'd or 'use'd directly), a bit of research reveals that a number of them could never have compiled, and thus we have code which never got used. More stuff to delete!