Hash::Ordered depends on a pinned version of Hash::Agnostic, which is not the last version.
So: blin tests the dependency, but at the latest version of Hash::Agnostic.
Then when it gets to Hash::Ordered, only the latest version is available, so the test fails.
We need to test not only the latest version, but any pinned versions referenced in the tested modules.
Hash::Ordered depends on a pinned version of Hash::Agnostic, which is not the last version.
So: blin tests the dependency, but at the latest version of Hash::Agnostic.
Then when it gets to Hash::Ordered, only the latest version is available, so the test fails.
We need to test not only the latest version, but any pinned versions referenced in the tested modules.