Both lib/Apache/TestConfig.pm and lib/Apache/TestUtil.pm twist off their own shebang lines from $Config{perlpath}, which is wrong.
They should simply pull $Config{startperl} which defines the shebang/command on a platform basis. See startperl= assignment from Config.pm. Please ack / discuss / commit? Thanks, Bill