-
Notifications
You must be signed in to change notification settings - Fork 34
Add glossary search to Pod::Perldoc #45
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
base: master
Are you sure you want to change the base?
Conversation
I've just taken over the maintenance of Pod::Perldoc, so I'll look into this. I know it's years old, and it might take me a bit to catch up. |
I see this change and it's something I agree with and support. However, I want to land and test some of the backlog first. Once those things stabilize, I will look at merging this. The only hold-up is me being cautious. |
Thanks @briandfoy - I can understand this module has some catching up to do with the backlog both on RT and here. I don't remember much of the things that I noticed were broken when I was writing this, except one. If my memory serves right, there were some parts of |
This adds a glossary search in the 'perldoc' program that basically just spits out sections of text from `perldoc perlglossary`. Usage would be like: ```shell $ perldoc -g GlossaryTerm $ perldoc -g BSD $ perldoc -g Unix ```
@briandfoy I might have some time in the next few weeks. Is there anything I can do to help move this forward? |
@illandan What I really need are comprehensive tests on this feature, and I haven't had time to write them. And, in front of that, I need to figure out all of the current test failures. |
@briandfoy If you're referring to this, my cursory reading seems to indicate failures on older Perl versions < 5.18. Did we bump the minimum perl version required here? Anyway, I'll take a look at adding tests for this feature sometime later this month. 👍🏼 |
The test failures are from the accidental and unauthorized release I made under my old username: 3.29 |
This one searches in the existing 'perlglossary.pod' file and spits out text/descriptions against matching
=item
sExamples: