We have a project where we are setting up a mini cpan for the modules
that we are using, and it would be useful if there was a simple flag
that
we could set that would have the cpan stop IF a build and test of a
dependent module failed.
Is there such a flag, and I am just missing it in the do
volks,
is there an existing, or planned setting, for the CPAN utilities, that
will cause it to ignore any already installed dependencies, during an
installation, except for modules installed during the current session.
For example:
cpan install Foo
if Foo depends on Bar, and Bar
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 s
On Feb 11, 2008, at 1:20 PM, Michael G Schwern wrote:
I believe you want to send this along to the CPAN bug tracker. perl-
qa is for quality assurance (testing) issues.
http://rt.cpan.org/NoAuth/Bugs.html?Dist=CPAN
But it's trivial to do yourself.
use CPAN;
for my $name (@A