Tuesday October 17, 2006
02:30 PM
Modules shipping with a broken Module::Install
That's what I like about non-broken installers. Class::Inspector comes with Module::Install 0.62, which is broken. The trick to still install it is as follows:
- Install Module::Install (0.64 at this time)
- Delete the inc/ directory in the Class-Inspector-1.62/ directory
- Run perl -w Makefile.PL once to bootstrap Module::Install
- Run perl -w Makefile.PL && make && make install to install the package.
Thanks to Audrey for making this so painless
A dumb question (Score:1)
Re: (Score:1)
Usually, Module::Install is not installed on the target Perl. That is the charm of the whole thing, as it circumvents that part of the problems that Module::Build has until it makes it into the Perl core.