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

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.

Replies are listed 'Best First'.
Re^5: cpanp installdeps
by eserte (Deacon) on Dec 23, 2007 at 22:01 UTC
    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.