volks,
The Basic CPAN concern: --bail_on_fail flag (2008.02.10 )
Problem description:
when a cpan session is looking for more than one distribution/module
there needs to be a way to 'flag' that the session must fail and stop
if there is an error loading any distribution, or a sub component
required module.
Current Behavior:
given a list, a cpan session, will note and move on to the next
distribution to be installed.
Desrired Behavior:
running a cpan session, with the flag set, will cause the session to
note the error and
not go any further.
Is there anyone working on such a flag?
Would a Patch Be Acceptable?
a.f.hampe