Skip to content

Conversation

@haarg
Copy link

@haarg haarg commented Dec 10, 2024

$] should be compared as a number. Comparing it as string would mean any perl version >= 10 would fail the comparisons.

Some older perl versions had a bad floating point value for $], so recalculate it from the string form.

$] should be compared as a number. Comparing it as string would mean any
perl version >= 10 would fail the comparisons.

Some older perl versions had a bad floating point value for $], so
recalculate it from the string form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant