Skip to content

fix next head appearing in certain -f lookups #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

preaction
Copy link
Contributor

perlfunc.pod has groups of non-function keywords that direct users to the appropriate docs. Each of these are delimited by a =head3. If you look up one of the items in these lists, the next section's =head3 shows up (for example, AUTOLOAD, DESTROY, eq).

This change stops gathering POD lines at the end of the list, instead of at the first item in the next list.

This should fix Perl RT#127028

perlfunc.pod has groups of non-function keywords that direct users to the appropriate docs. Each of these are delimited by a `=head3`. If you look up one of the items in these lists, the next section's `=head3` shows up (for example, `AUTOLOAD`, `DESTROY`, `eq`).

This change stops gathering POD lines at the end of the list, instead of at the first item in the next list.
jadeallenx pushed a commit that referenced this pull request Jan 8, 2016
fix next head appearing in certain -f lookups
@jadeallenx jadeallenx merged commit 98faaa7 into briandfoy:master Jan 8, 2016
@briandfoy briandfoy added Status: released there is a new release with this fix Type: bug an existing feature does not work labels Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: released there is a new release with this fix Type: bug an existing feature does not work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants