On Wed Sep 14 05:00:20 2011, jeschmid wrote: > This is a bug report for perl from jens.schmidt35@arcor.de, > generated with the help of perlbug 1.39 running under perl 5.12.2. > > > ----------------------------------------------------------------- > [Please describe your issue here] > > Consider the following pod snippet, where the interior sequence starts > with a > newline: > > =pod > > foo C<< > <bar> >> > > =cut > > When run through pod2html, this results in the following paragraph: > > <p>foo <code>< > <bar</code> >></p> > > When I replace the regular expression "[^\S\n]" in Pod::Html by a > simple "\s", > the result looks as expected: > > <p>foo <code><bar></code></p> > > Not sure why an IS must not start with a newline after the opening > angles. > This is very inconvenient since your favorite text editor may place a > newline > immediately after the opening angels when reformatting paragraphs. This was fixed by the Pod::Html changes merged in with commit cfe287a06b. -- Father Chrysostomos