Subject: | requires => '>= 5.008' breaks YAML |
I filed a bug against YAML for not correctly encoding a string starting with ">=": http://rt.cpan.org/NoAuth/Bug.html?id=14938
This affects software e.g. Debian's dh-make-perl that use the META.yml file.
Module::Build docs suggest using requires => '5.8' which has the "5.8 or better" semantics.