On Tuesday, June 10, 2003, at 01:46PM, <[EMAIL PROTECTED]> wrote:
>In the descrip.mms that I have PERL_CORE only appears in
>the macro CORECLFAGS that is used only with the $(CC)
>command. It does not appear related to any "mmk test"
>target. It is not currently defined in [.vms]test.com.
>How is it supposed to get into the "mmk test" environment?
$ search [.t]test perl_core/win
# Let tests know they're running in the perl core. Useful for modules
# which live dual lives on CPAN.
$ENV{PERL_CORE} = 1;