in reply to Re^2: Replacing perl module with external program (is dumb)
in thread Replacing perl module with external program

In addition to AM's suggestion above, I would look at the possibility or need of supporting multiple versions. Perhaps replace the original module with a find-and-load module, and move the original one to Module::Name::VersionX, where VersionX is the support code for a single, standardized perl API.

--MidLifeXis

  • Comment on Re^3: Replacing perl module with external program (is dumb)