On 10/9/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote:

>   no_index:
>     DB: 1
>
> WTH am I doing wrong?

It looks like Module::Install does this:

no_index:
   directory:
    - t
    - t/lib
    - foo/bar

Here's the META.yml spec:

http://module-build.sourceforge.net/META-spec-current.html

  no_index:
    file:
- My/Module.pm
dir:
- My/Private
package:
- My::Module::Stuff
namespace:
- My::Module::Stuff

Note that PAUSE/CPAN use "directory" instead of "dir".

Regards,
David Golden



Reply via email to