It seems he realized it was a bug in his code just as soon as he opened the issue, as per the comment on https://github.com/theory/pod-simple/issues/7
On Sat, Jun 11, 2011 at 12:08 PM, David E. Wheeler <[email protected]>wrote: > > > > Begin forwarded message: > > *From:* ambs < > reply+i-1041872-43ac1bf5621187c7c03e55951be2df1629b34...@reply.github.com> > *Date:* June 11, 2011 7:41:28 AM PDT > *To:* <[email protected]>[email protected] > *Subject:* *[pod-simple] Calling _handle_text (#7)* > > Hello. > > I am hacking `Pod::PseudoPod::LaTeX` and found out a strange behavior that > seems to be related with `Pod::Simple::BlackBox`, but it's been difficult to > track the correct place where to fix it. So, some help (guidance or > correction) is appreciated. > > The problem: consider this pod block... > > =over > > =item * Some text > > Some paragraph. > > =back > > It seems that ``_handle_text`` is not being called to ``Some text`` nor > ``Some paragraph`` text. Therefore, ``Pod::PseudoPod::LaTeX`` method that > should encode special characters to LaTeX is not being called. > > Thank you for any hint or direction. > > All the best, > ambs > > -- > Reply to this email directly or view it on GitHub: > https://github.com/theory/pod-simple/issues/7 > >
