Subject: | Incorrect plan in t/07locale.t (0.9912_01) |
The plan is off by one if no comma locale was found:
perl -Mblib t/07locale.t
1..8
ok 1 - use version;
ok 2 - Not using locale yet
ok 3 # skip Cannot test locale handling without a comma locale
ok 4 # skip Cannot test locale handling without a comma locale
ok 5 # skip Cannot test locale handling without a comma locale
ok 6 # skip Cannot test locale handling without a comma locale
ok 7 # skip Cannot test locale handling without a comma locale
# Looks like you planned 8 tests but ran 7.
Actually, this is on a FreeBSD 9 system which _has_ comma locales installed. But it seems none of the locales listed in DATA matches one of the available ones. On FreeBSD, the "utf8" encoding is spelled differently in the locale name, it's de_DE.UTF-8, not de_DE.utf8. Further possible locale names would be:
* de_DE.ISO8859-1
* de_DE.ISO8859-15