Subject: | Fails tests with relocatable perl |
I've compiled a relocatable perl 5.16.2, but it's not installed yet. When I go to
try to install this module before actually copying the perl to the correct
location, I get a #! line that points to where my perl will eventually install to,
but not to where it is right now.
Perhaps if dirname($^X) ne $Config{installbin} or something, then the tests
should skip?
(On AIX.)