From: Mischa POSLAWSKY Date: Thu, 29 May 2008 18:04:40 +0000 (+0200) Subject: fix META.yml syntax X-Git-Tag: 3.21~17 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/2948db1f40f3b7c126732e0e662a28ffb43008b0?hp=2948db1f40f3b7c126732e0e662a28ffb43008b0 fix META.yml syntax Bah, used lists where simple maps were expected (though this syntax is used with optional_features and another project of mine, so slightly excusable except for missing tests). Also, Test::YAML::Meta wants keys of optional_features to conform to /^[a-z_-]+$/. This isn't mentioned anywhere in the specifications, but a passing test is more useful than a minor stylistic detail. Finally, while 'repository' apparantly still isn't an official resources key, it _is_ mentioned as such (lowercased) in the specs. In fact everyone seems to use it like that, so I guess being technically incorrect will be supported better. ---