https://github.com/perl11/cperl/issues/153#issuecomment-
224515895
http://irclog.perlgeek.de/perl11/2016-06-08#i_
12624951
# (cperl 5.22.2 comes with YAML already)
perl -M5.022002 -e1 &>/dev/null || installdeps YAML
+ # Work around cperl's Test::More being typed, by getting the CPAN one
+ # https://github.com/perl11/cperl/issues/153#issuecomment-224515895
+ # ( in the long term this is sadly a nail in cperl's coffin :/ )
+ installdeps Test::More
+
fi