RE: 7.2 ReadLine problems
by Jan Dubois other posts by this author
May 16 2008 10:50AM messages near this date
RE: 7.2 ReadLine problems
|
RE: 7.2 ReadLine problems
On Fri, 16 May 2008, Mike Gent wrote:
>
> Excellent! Removing those 2 lines resolved the problem. I wonder if
> there is a better workaround, or should I plan to always fix this in
> every release?
I will add some logic to PerlApp in 7.3 or whatever is next to detect and
fix this on-the-fly, but until then you'll have to do the patching.
I also learned from this problem that we need to bundle feature.pm not
only when there are statements requiring 5.10, but for 5.9 too
(because SelfLoader.pm is requiring 5.9.5 and not 5.10, and that triggers
the feature.pm loading too).
> The original message was about called "perlapp shared mode issues" that
> I send June 13, 2007. It had the same __DATA__ problems, but only in
> shared mode before.
Ok, I see it now:
http://aspn.activestate.com/ASPN/Mail/Message/pdk/3502628
Yes, that problem should be solved by getting rid of SelfLoader too. The
problem is only triggered at runtime when you are calling the first
function from Term::ReadLine::readline, so it depends on the usage when
(or if) the error occurs.
Did the Net::LDAP issues mentioned in the same message get resolved
or is this still a problem?
Cheers,
-Jan
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Mike Gent
Jan Dubois
Mike Gent
Jan Dubois
Mike Gent
Paul J Brzezinski
|