Subject: | version.pm breaks cpanm |
We have this in the cpanfile for my project at work:
requires 'autobox', '>= 2.86';
The most recent version of autobox says:
use version 0.77; our $VERSION = version->declare('v3.0.1');
Which makes cpanm say:
Argument "^C\0^A" isn't numeric in numeric ge (>=) at ...
(see also https://github.com/chocolateboy/autobox/issues/13)