http://www.perlmonks.org?node_id=11118605


in reply to Best approach for temporarily swapping out a single perl module for a different version?

I'm not exactly sure how your using the "insert the path to the 'lib' directory"
but use lib LIST; has a remove no lib LIST; or you can just restore the original @INC = @lib::ORIG_INC;. see lib.

  • Comment on Re: Best approach for temporarily swapping out a single perl module for a different version?
  • Select or Download Code