Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 25066
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: kane [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
On Wed Feb 21 11:01:32 2007, KANE wrote: Show quoted text
> 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.
Done as of 0.77_05