Re: No required module on CPAN: Term::Rendezvous
[email protected] (Shlomi Fish) Thu, 14 Jan 2016 14:49:15 +0200
| Newsgroups | perl.debugger |
|---|---|
| Message-ID | <[email protected]> |
Hi KES, On Tue, 12 Jan 2016 08:26:02 +0200 KES <[email protected]> wrote: > Hi > > In souces of perl5db.pl in setterm sub we require Term::Rendezvous > But I do not found it on the CPAN > > Does it obsolete or I should look for it at different place? according to http://perldoc.perl.org/perldebug.html , it seems you can write such a module and put it in the module path, in order to customise "perl -d". Hope it helps. Regards, Shlomi Fish