Commit 5d157e4
rename select method to set_heading_select to avoid conflicts
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.1 parent be06322 commit 5d157e4
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
706 | | - | |
| 706 | + | |
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments