On Aug 2, 2008, at 13:40, David E. Wheeler wrote:

2. Not capabale of being manipulated by an external program - "Only perl can
understand Perl, etc.".

It looks like M::B does not current put the keywords into the META.yml file when you run `make distmeta`. It ought to.

Actually, I was mistaken: It does. You just have to write it like this:

    meta_add => {
        keywords => [qw(foo bar baz)],
    },

And then it gets written to META.yml. So I'm not sure what more you could need.

Best,

David

Reply via email to