Skip to content

Conversation

@haarg
Copy link
Contributor

@haarg haarg commented May 13, 2025

No description provided.

haarg added 2 commits May 14, 2025 01:40
Pod::Simple has a 'filter' method already, so having an unrelated 'filter'
field could be confusing.
Pod::Usage subclasses Pod::Simple and implements its own select method.
That method tries to implement its own behavior but if a select method
exists in the parent it will call that instead. This is for
compatibility with inheriting from Pod::Parser instead.

Avoid that compatibility issue by renaming the select method. It has
only been available in a stable release for a few days and isn't yet
documented, so it's pretty unlikely anyone is using it yet.
@haarg
Copy link
Contributor Author

haarg commented May 13, 2025

This was reported as Perl/perl5#23280 but is really just a problem with this module.

@khwilliamson khwilliamson merged commit 5d157e4 into perl-pod:master May 14, 2025
18 of 20 checks passed
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

Successfully merging this pull request may close these issues.

2 participants