in reply to Re^2: cpanp installdeps
in thread cpanp installdeps

As a hack, you could inject a failing test to the test suite. Something like touch t/failing.t should do it.

Though an installdeps command would be nice.

Replies are listed 'Best First'.
Re^4: cpanp installdeps
by markg (Novice) on Dec 23, 2007 at 20:48 UTC

    I threw together a quick plugin, which I am releasing on CPAN as a developer version (CPANPLUS::Shell::Default::Plugins::Prereqs). I would love some feedback. Ideally, I would probably separate the ability to act on local unpacked directories from the prereq-only install, but for now they are intertwined.

    Also, I'm wondering if I should get permission from someone to stick it in the CPANPLUS... namespace.

      My impression is that it's *desired* to have additional stuff under the CPANPLUS namespace. At least one of the goals of CPANPLUS.pm was to be more modular than CPAN.pm and to allow users to write additional shells, for example.

      That's only my impression, though.