Subject: | Module requires Clone.pm unconditionally even if it can function without it |
There are plenty of fallbacks in Hash::Merge::_my_clone (in fact I would
say that Storable should just take precedence). Nevertheless the
Makefile.PL of Hash-Merge has a hard-require on Clone. Please skip this
dependency if a c compiler is not available. Here is a suitable working
check: https://metacpan.org/source/ADAMK/List-MoreUtils-0.33/Makefile.PL#L81