In installperl, invert the sense of the variable used for the -o option.
authorNicholas Clark <nick@ccl4.org>
Wed, 25 Apr 2012 10:47:53 +0000 (12:47 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 13 Jul 2013 10:01:37 +0000 (12:01 +0200)
commit570f643f365e92afac29fc9b092792d455829e99
tree7a5694e679ea09d7f9617bbb0c3ee6ae68760c95
parent236818e0b9d9fe874831086b4d0b94dc6f245dfd
In installperl, invert the sense of the variable used for the -o option.

Previously it was $otherperls, and had to have its default of 1 explicitly
set. Change it to $skip_otherperls, and the default default of undef is
perfect.
installperl