Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 92d2bd9e36afc11ede7eadc5a17fb84532536abb
      
https://github.com/Perl/perl5/commit/92d2bd9e36afc11ede7eadc5a17fb84532536abb
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M lib/locale.t

  Log Message:
  -----------
  lib/locale.t: Reorder a list

This is to make the next commits have fewer differences


  Commit: a0c2c9541fe74ce836462ae99142c6306c4a4f10
      
https://github.com/Perl/perl5/commit/a0c2c9541fe74ce836462ae99142c6306c4a4f10
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M lib/locale.t

  Log Message:
  -----------
  lib/locale.t: Use a list for display item source

This file displays some items related to the current locale;
haphazardly.  This commit creates a list that is then used instead of
individual statements.  It then becomes easy to add items to display


  Commit: 0185ec19d7a2d02fd87601365f85ad2afac799aa
      
https://github.com/Perl/perl5/commit/0185ec19d7a2d02fd87601365f85ad2afac799aa
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M lib/locale.t

  Log Message:
  -----------
  lib/locale.t: Add more debug output

This file tries out every locale it can find on the system.  And, in
debug mode, outputs information about each locale, in addition to the
testing.

This commit adds at least one bit of information from every possible
information type.  So, for example, it displays the name of the first
month of the year (but not the rest of the months), the name of the
first day of the week (but not the rest), etc.

This enables someone to get a good idea what a locale is like.


Compare: https://github.com/Perl/perl5/compare/527e765cf579...0185ec19d7a2

Reply via email to