This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test the TARG_DIR argument to makedef.pl too.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 12:06:33 +0000 (14:06 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 09:34:36 +0000 (11:34 +0200)
Porting/exercise_makedef.pl

index 03b2061..5d2628c 100644 (file)
@@ -54,6 +54,7 @@ my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms
            D => ['', '-DPERL_IMPLICIT_SYS'],
            cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC BORLAND)],
            filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'],
+           targ_dir => ['', 'TARG_DIR=t/../'],
           );
 
 sub expand {