Skip to content

fix perl version check in Makefile.PL#199

Open
mauke wants to merge 1 commit into
andk:masterfrom
mauke:fix-perl-version-check
Open

fix perl version check in Makefile.PL#199
mauke wants to merge 1 commit into
andk:masterfrom
mauke:fix-perl-version-check

Conversation

@mauke

@mauke mauke commented Apr 25, 2026

Copy link
Copy Markdown

$] is a number and must be compared as a number. A test like $] ge '5.006' will start failing once $] reaches (or exceeds) 10.0.

$] is a number and must be compared as a number. A test like `$] ge
'5.006'` will start failing once $] reaches (or exceeds) 10.0.
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