On 5/1/2010 11:28 PM, Sisyphus wrote: > > ----- Original Message ----- From: "Chris Marshall" <[email protected]> > >> You will need to install the version 1.3.9+ of Devel::REPL >> in addition to PDL to use this code. > > The "use_ok('Devel::REPL::Plugin::Interrupt');" test fails on MS Windows > as the optional Sig::SigAction, which is a pre-requisite for that test, > won't build on that platform. (I think that test should be skipped when > $^O=~/mswin/i and I'll submit a bug report suggesting that to rt.cpan.)
I thought I saw a bug reported already---don't remember if it was an open ticket or not. > Other than that, it (and half of CPAN) built and installed fine. Yes, there are a lot of dependencies. I figure we'll need a prepackaged bundle available to go with PDL if we make that a requirement. I saw that my fix to Devel::REPL::Plugin::Completion to add support for Term::ReadLine::Perl in addition to Term::ReadLine::Gnu has been merged into the development tree. I guess it will be available officially on their next release. In the meantime, I continue to port over perldl functionality to the new shell. Not particularly difficult, it just takes time to work through all those features that we take for granted... Cheers, Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
