[dreamwidth/dw-free] f97ee3: checkconfig.pl: don't re-invent version comparison...
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: f97ee3d09028f937a6c1f28dbd9a58fe8c69dbb0
https://github.com/dreamwidth/dw-free/commit/f97ee3d09028f937a6c1f28dbd9a58fe8c69dbb0
Author: Nick Fagerlund <nick@hashicorp.com>
Date: 2019-04-19 (Fri, 19 Apr 2019)
Changed paths:
M bin/checkconfig.pl
Log Message:
-----------
checkconfig.pl: don't re-invent version comparison (#2412)
* checkconfig.pl: don't re-invent version comparison
I tried to get a dev environment running during a period where the latest
version of List::Util was `1.5`. 1.5 may be larger than 1.45, but 45 is larger
than 5, so the config check failed.
Could just fix the bug and then wait to independently rediscover the next
version comparison gotcha, but I propose Let's Don't.
* style: +spaces in parens
Home: https://github.com/dreamwidth/dw-free
Commit: f97ee3d09028f937a6c1f28dbd9a58fe8c69dbb0
https://github.com/dreamwidth/dw-free/commit/f97ee3d09028f937a6c1f28dbd9a58fe8c69dbb0
Author: Nick Fagerlund <nick@hashicorp.com>
Date: 2019-04-19 (Fri, 19 Apr 2019)
Changed paths:
M bin/checkconfig.pl
Log Message:
-----------
checkconfig.pl: don't re-invent version comparison (#2412)
* checkconfig.pl: don't re-invent version comparison
I tried to get a dev environment running during a period where the latest
version of List::Util was `1.5`. 1.5 may be larger than 1.45, but 45 is larger
than 5, so the config check failed.
Could just fix the bug and then wait to independently rediscover the next
version comparison gotcha, but I propose Let's Don't.
* style: +spaces in parens