Commit 3149a3f
committed
rebase: apply review feedback on Test-More#303
## Summary
- **Added missing `Getopt::Yath` >= 2.000008 dependency to `cpanfile`** — the `Getopt::Yath` package was broken out into a separate CPAN distribution but the dependency was accidentally dropped from `cpanfile` during a prior rebase, causing smoker failures (`Can't locate Getopt/Yath/Settings.pm in @INC`).
- **Added missing `Getopt::Yath` >= 2.000008 dependency to `Makefile.PL`** (both `PREREQ_PM` and `%FallbackPrereqs` sections) — same root cause; the version matches `dist.ini` line 101 which already declares it correctly.1 parent 65349e5 commit 3149a3f
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| 186 | + | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments