Moving away from Module::Install for ::Tiny modules

Alias on 2007-11-01T00:12:15

Sébastien Aperghis-Tramoni filed a bug for Module::Install/YAML::Tiny complaining that Module::Install is preventing YAML::Tiny from being fully 5.004-compatible.

And to be honest, he's complete right in his fear and loathing.

Using Module::Install (or even Module::Build) is a complete philosophical clash with the entire concept of ::Tiny. OBVIOUSLY we should be using the oldest, most stable, most compatible build system of all, for modules which have practically no features and absolutely no complexities by design.

So as soon as I get a chance, I'm reverting the installers for all of the ::Tiny modules to plain vanilla ExtUtils::MakeMaker.

And my apologies to the beleaguered Sébastien.