Re: [rt.cpan.org #74389] Pod::Simple::Pullparser get_title should ignore X<...>
[email protected] (Patrice Dumas)
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
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