Skip to content
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

Enhance Pod::Simple to support select() like Pod::Parser #96

Open
khwilliamson opened this issue May 10, 2019 · 5 comments
Open

Enhance Pod::Simple to support select() like Pod::Parser #96

khwilliamson opened this issue May 10, 2019 · 5 comments

Comments

@khwilliamson
Copy link
Contributor

This is in the old tracker

https://rt.cpan.org/Ticket/Display.html?id=41995

@khwilliamson
Copy link
Contributor Author

And is the only non-stalled issue there

@khwilliamson
Copy link
Contributor Author

With the release of 3.36, this becomes easier to do

@haarg
Copy link
Contributor

haarg commented Jul 19, 2022

Is this still something that is desired? I've written an implementation of this as an external module. I wasn't sure what I wanted to do with it, but hadn't considered bringing it directly into Pod::Simple until noticing this issue.

My module is at https://github.com/haarg/Pod-Simple-Filter. Some parts of it are written a bit oddly because I wanted to make it usable with arbitrary Pod::Simple subclasses, which required C3 MRO, but also wanted it to be usable on older perl versions where that was not available. Bringing it into Pod::Simple directly would eliminate these complications.

@khwilliamson
Copy link
Contributor Author

I don't see why not bring this in directly

@haarg
Copy link
Contributor

haarg commented Aug 16, 2023

I've written an implementation of this: #154

It still needs some work on documentation, tests, and organization. But any feedback would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants