Subject: | set $ENV{CPANPLUS_IS_EXECUTING} |
when running 'perl Makefile.PL' and 'M::B->new_from_context', set the following env var:
{ local $ENV{CPANPLUS_IS_EXECUTING} = File::Spec->rel2abs( Makefile.PL | Build.PL );
M::B->new_from_context || 'perl Makefile.PL'
}
so that other tools can know, like M::I, what we are currently executing if anything.