On Wed, Jan 25, 2012 at 07:03:26PM -0800, David E. Wheeler wrote: > > HTML: > > > air ~> perl -MPod::Simple::HTML -E > > 'Pod::Simple::HTML->filter(\"=pod\n\n=head1 NAME\nX<Some entry>")' > > <html><head><title>NAME Some entry</title>
It does only here, because HTML is the only PullParser based converter to use get_title. I think the others do not use PullParser and/or get_title. -- Pat
