On 8/14/2010 6:13 PM, Daniel Carrera wrote: > On Sat, Aug 14, 2010 at 11:08 PM, Chris Marshall wrote: >> You should be able to install that with your package manager >> to pull in the dependencies and a follow up CPAN install >> should work to upgrade the version a la >> >> cpan> upgrade Devel::REPL > > > Ooops... spoke too soon. Devel::REPL built correctly, and PDL > installs, so it gives the impression that everything is fine. However, > Term::Readline doesn't get installed by default and in turn the "exit" > command fails!! > > I can adjust the instructions to make sure that readline gets > installed, but I thought you'd like to know about this issue. > Installing Devel::REPL does not automatically give you Readline and > that makes the "exit" command fail.
OK, Term::ReadLine::Perl or Term::ReadLine::Gnu are required for either pdl2 or perldl versions of the shell but they are not mandatory dependencies. It actually should be a required dependency for Devel::REPL which was just noticed and should be fixed in an upcoming release. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
