about CPAN::Mini::Inject

2008-02-07 Thread Andrew Hampe
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

ignoring already installed modules during a cpan install

2008-02-11 Thread Andrew Hampe
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

expanding the cpan script, and Module

2008-02-11 Thread Andrew Hampe
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

Re: expanding the cpan script, and Module

2008-02-11 Thread Andrew Hampe
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