CC: | walde.christian [...] gmail.com, nanis [...] cpan.org |
Subject: | Several INC check fail on Windows |
These spots:
https://metacpan.org/source/BBYRD/Pod-Inherit-0.91/lib/Pod/Inherit.pm#L909
https://metacpan.org/source/BBYRD/Pod-Inherit-0.91/lib/Pod/Inherit.pm#L926
https://metacpan.org/source/BBYRD/Pod-Inherit-0.91/lib/Pod/Inherit.pm#L940
use a path as returned by _any_to_pm_filename() which may very well have '\' slashes as separators. INC keys always use unix-paths, regardless of OS.
This (among other things) causes double-requires of modules which sometimes is fatal.
P.S. While I have a comaint on this dist - I have no intention of fixing this, given my massive schedule overrun. Someone with interest in the OS in question needs to submit a patch.