in reply to Identify and trim unused undeeded perl modules

Maybe you could run the install script under Devel::Cover and see which code is actually used. You'd have to be careful, however, that you don't cut out code that gets used in some case that you're not exercising.

  • Comment on Re: Identify and trim unused undeeded perl modules