On Dec 18, 2007 3:41 AM, Ton Voon <[EMAIL PROTECTED]> wrote: > Thanks for the replies. I'll try $^X first and see if that fixes the > tests. > > Is there any way of testing this without going through the whole > rigmarole of creating a new distribution?
You could try renaming your perl executable to "myperl" or something like that. Just make sure there's no "perl" in your PATH and then try your tests. Try it before the change to $^X and it should fail. Try it after the change and it should work. Just remember to run "myperl Makefile.PL" before you run "make test". David
