@DrHyde "funny" detail: cpanm knows that Solaris's tar is not good
use constant BAD_TAR => ($^O eq 'solaris' || $^O eq 'hpux');but I think that the logic based on that check just splits out the decompression bit…
@DrHyde "funny" detail: cpanm knows that Solaris's tar is not good
use constant BAD_TAR => ($^O eq 'solaris' || $^O eq 'hpux');