Subject: | It is now impossible to install DateTime on a clean Perl 5.8 |
Hey. So, Perl 5.8 doesn't ship with Module::Build. It also doesn't ship
with JSON. It also doesn't ship with YAML. So, when a normal user does
"cpan install DateTime" on Perl 5.8, they now get a fantastic and cryptic
error message that they do not understand, about Module::Build not being
installed (which CPAN.pm conveniently hides quite far up from its final
line of output).
Perhaps DateTime, as a major module used by numerous Perl applications,
is not the best place to do experimental things like removing Makefile.PL
or removing META.yml.