in reply to Re: Re: Installing a newer version of a module without replacing the existing one.
in thread Installing a newer version of a module without replacing the existing one.
This is just like putting require 5.005; in your Perl script. It won't change which perl executable is used to run your script; it will simply die if the executable used isn't a recent enough version.
|
|---|