Craig A. Berry [Fri, 28 Aug 2009 19:18:37 +0000 (20:18 +0100)]
(For example, when perl is built for the VMS debugger.)
$ext_dir = $1;
$return_dir = '../../t';
$lib = '../../lib';
- $perl = '../../perl';
+ $perl = '../../t/perl';
$testswitch = "-I$return_dir -MTestInit=U2T,A";
if ($temp_no_core{$ext_dir}) {
$testswitch = $testswitch . ',NC';