Open kloczek opened 1 year ago
I'm not seeing the same issue when I test with Perl 5.38.0 locally. I'm guessing the issue is that you have some local ispell
config that's different than what the tests expect.
The tests could probably be made more robust against this thing. A PR to do so would be welcome!
I'm using hunspell (which is installed in build env) so what needs to be done to be able to allow test suite with hunspell? 🤔
I'm a bit confused. How are you using hunspell
with the tests? The tests use the default command, which is ispell
. Do you have a symlink or something?
If you will look on Distributions like Fedora/RH and derivates you can find that they've abandoned using ispell and most of the distributions are using now hunspell because that is spell checker used by LibreOffice and effectively most of the development done today around spell checkers is done on top of that project.
IMO it wold be good somehow adapt perl-code-tidyall to be able build and test it against other like spell checkers like hunspell. I'll try to check perl-code-tidyall and prepare some kind of JFDI patch to use hunspell instead ispell. Will let you know when I'll finish that patch.
Perl 5.38.0 and test suite fails in t/Plugin-PodSpell.t
I'm not sure what king of details I should provide to diagnose this issue. Please let me know if you need more details.