nmelnick / whatbot

whatbot: A sane bot for most chat applications, written in modern Perl
http://www.whatbot.org
10 stars 7 forks source link

Bootstrap issue -- Requires Module::Install, nothing installs it #6

Closed nmelnick closed 10 years ago

nmelnick commented 11 years ago

When doing a new install, cpan/cpanm will fail miserably. whatbot requires Module::Install, but nothing defines Module::Install as a prerequisite.

nmelnick commented 10 years ago

inc::Module::Install now included in MANIFESTs (df82cd5), and build_all_cpan.sh pre-installs Module::Install for those doing a source build (9965892).