Today, in a fit of apparently boundless masochism, I started reading some of Pod/Parser.pm. I came across these two lines in parse_from_filehandle:
if ((! length $paragraph) && ($textline =~ /^==/)) { ## '==' denotes a one-line command paragraph That's news to me. Does anything other than Pod::Parser observe this "==foo" syntax? I'm tempted to say that clearly no-one is very attached to it since it's not in old perlpod, and no-one mentioned it not being in new perlpod or perlpodspec. -- Sean M. Burke [EMAIL PROTECTED] http://www.spinn.net/~sburke/