jforget / raku-Date-Calendar-Julian

Raku module to convert from / to the Julian calendar
Artistic License 2.0
1 stars 0 forks source link

Test t/04-strftime.t fails (harmless) #1

Open jforget opened 3 years ago

jforget commented 3 years ago

Within the t/04-strftime.t test file, the "no" is supposed to be partially implemented, the names are OK, but the abbreviations are missing. Yet, with version 2.1.1, the Norwegian language is fully implemented, with abbreviations. Which is a good thing, thank you TBROWDER, thank you ZERODOGG. The side effect of this improvement is that t/04-strftime.t fails.

You can still install Date::Calendar::Julian with --force-install.

Same issue with Date::Calendar::Gregorian

jforget commented 3 years ago

First, the test file is not t/04-strftime.t, but t/08-strftime.t.

Second, the issue is fixed in Github, but not yet in CPAN6.