[Module::Build] broken META.yml file
Status: Beta
Brought to you by:
kwilliams
From: <and...@fr...> - 2006-05-10 06:41:22
|
This seems to be a bug in Module::Build that is still there in 0.28. Get the distro DJO/DBIx-Class-FormTools-0.000003.tar.gz, hide your YAML from perl and run perl Build.PL ./Build distmeta The resulting META.yml contains (among others) the following lines: ----snip---- abstract: Utility module for building forms with multiple related L<DBIx::Class> objects. ----snip---- This cannot be parsed by YAML with this error message: YAML Error: Invalid element in map Code: YAML_LOAD_ERR_BAD_MAP_ELEMENT Line: 7 Document: 1 -- andreas |