Skip to content

Commit

Permalink
drop, bug have to recompute md5
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 17, 2023
1 parent 94e667e commit e1d2a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpan/version/t/07locale.t
Expand Up @@ -51,7 +51,8 @@ SKIP: {
while (<DATA>) {
chomp;
$loc = setlocale( LC_NUMERIC, $_);
last if $loc && radix() eq ',';
next unless $loc; # Not on this system
last if radix() eq ',';
}
skip 'Cannot test locale handling without a comma locale', 6
unless $loc and radix() eq ',';
Expand Down

0 comments on commit e1d2a21

Please sign in to comment.