Subject: | install fail due to missing dependency |
This appears to be the same problem I am having with Data::Random
https://rt.cpan.org/Ticket/Display.html?id=73551 . From what I gather
Module::Install needs YAML::Tiny to run. YAML::Tiny and Module::Install
are not installed on the system.
The question is how exactly does YAML::Tiny get installed if the bundled
M::I does not pull it in?
This is the second module I found that fails this way without YAML::Tiny
installed. I am hoping the developers have some insight into whether
this should be fixed in M::I or the modules using it.