[% setvar title POD should tolerate white space. %]
To see what is currently happening visit http://www.perl6.org/
POD should tolerate white space.
Maintainer: Kenneth C. Rich <kenrich@mail.rochester.edu> Date: 12 Sep 2000 Mailing List: perl6-language@perl.org Number: 216 Version: 1 Status: Developing
POD should tolerate white space where it now requires empty lines POD commands require that absolutely empty lines, or double newlines, surround them. It should be sufficient that POD section delimiters themselves be delimited by blank lines containing zero or more other white-space characters.
That's it.
Seems like it should be just a regexp stuck in somewhere.
None.