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


in reply to Re: Re: Re: Re: A Guide to Installing Modules
in thread A Guide to Installing Modules

In this situation I would simply modify my code to allow me to test both situations by only requiring the module if a certain flag was set (or unset). Then I could just flip the value of the flag whenever I wanted to test the other bit of code. Certainly easier than uninstalling/reinstalling modules.