Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 543a08c1042a36788823344868a7cdaa9ed52141
      
https://github.com/Perl/perl5/commit/543a08c1042a36788823344868a7cdaa9ed52141
  Author: Craig A. Berry <[email protected]>
  Date:   2026-04-17 (Fri, 17 Apr 2026)

  Changed paths:
    M ext/POSIX/t/time.t

  Log Message:
  -----------
  ext/POSIX/t/time.t: fix strftime test on VMS

The standard for setlocale says the return value can be passed in
a subsequent call; it doesn't say it's the same as the input string
or the locale name, and on VMS, it isn't.  So to be comparing apples
with apples, we need to be comparing two output values rather than
one input value and one output value.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to