Subject: | Config::Any::General requires a non-existent Config::General |
In https://metacpan.org/source/HAARG/Config-Any-0.32/lib/Config/Any/General.pm, we see the following line:
sub requires_all_of { [ 'Config::General' => '2.47' ] }
That version does not appear to exist. It's referenced in the Changes file (https://metacpan.org/changes/distribution/Config-General), but the next version, 2.48, mentions an issue with the 2.47 upload.
This caused an issue with our Carton install today because for me (others didn't have this issue), Config::Any kept trying to force an install of Config::General 2.47 (and not a newer version). I had to force an install of a new version to work around this.
The specification of 2.47 for Config::General first appeared in Config::Any::General in 0.30.
Best,
Ovid