This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In t/TEST, automatically detect if running under miniperl
authorNicholas Clark <nick@ccl4.org>
Mon, 21 Feb 2011 13:31:57 +0000 (13:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 21 Feb 2011 13:31:57 +0000 (13:31 +0000)
commit115e9681b8231e4672c4d1f4ad598dba6f23a54c
tree1cd2a4ceede804e698b83dc469c19a76584c002a
parent44bcdf2982dc8e16a1775b26b660a1716a7bf3be
In t/TEST, automatically detect if running under miniperl

Set $ENV{PERL_CORE_MINITEST} based on defined &DynaLoader::boot_DynaLoader,
instead of relying on a -minitest parameter. &DynaLoader::boot_DynaLoader is
undefined in miniperl, defined in perl, for both -Dusedl and -Uusedl
Cross/Makefile-cross-SH
Cross/Makefile.SH.patch
Makefile.SH
t/TEST
vms/test.com