Subject: | Language "fr_FR" is not supported by your system (v0.12.6) |
On some of my smoker systems (probably the systems without a French locale installed) the test suite fails like this:
...
Language "fr_FR" is not supported by your system. within package Module::Generic::Number at line 4666 in file /usr/home/cpansand/.cpan/build/2020052106/Module-Generic-v0.12.6-0/blib/lib/Module/Generic.pm
Trace begun at /usr/home/cpansand/.cpan/build/2020052106/Module-Generic-v0.12.6-0/blib/lib/Module/Generic.pm line 4666
Module::Generic::Number::__ANON__ at /usr/home/cpansand/.cpan/build/2020052106/Module-Generic-v0.12.6-0/blib/lib/Module/Generic.pm line 4669
eval {...} at /usr/home/cpansand/.cpan/build/2020052106/Module-Generic-v0.12.6-0/blib/lib/Module/Generic.pm line 4669
Module::Generic::Number::init('Module::Generic::Number=HASH(0x805368870)', 100, 'HASH(0x8050c38d0)') called at /usr/home/cpansand/.cpan/build/2020052106/Module-Generic-v0.12.6-0/blib/lib/Module/Generic.pm line 188
Module::Generic::new('Module::Generic::Number', 100, 'HASH(0x8050c38d0)') called at t/02.num.t line 22
# Failed test ''Object with locale language string' isa 'Module::Generic::Number''
# at t/02.num.t line 23.
# 'Object with locale language string' isn't defined
Can't call method "precision" on an undefined value at t/02.num.t line 24.
# Looks like your test exited with 2 just after 3.
t/02.num.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/3 subtests
...