Hi Andreas, Hi Gabor, (Andreas J. Koenig) wrote: >>>>>> On Fri, 24 Oct 2008 15:12:12 +0200, "Gabor Szabo" <[EMAIL PROTECTED]> >>>>>> said: > > > Here is the output from installing Spreadsheet-Read-0.29: > > $ module_version YAML > > 0.66 > > $ module_version YAML::Tiny > > 1.32 > > Nowadays one must set the CPAN.pm config option to > yaml_module=YAML::Syck. Both YAML.pm and YAML::Tiny cannot read the > perfectly valid META.yml file that comes with Spreadsheet-Read-0.29 > > YAML::Syck does not have this issue.
Since YAML::Tiny is specifically aimed at being able to at least parse all META.yml's on CPAN, this should be reported as a bug. Do not forget that the META.yml reader in core also uses YAML::Tiny's code, so this is important to fix. CCing the YAML::Tiny bug tracker. Best regards, Steffen

